Skip to main content

Initializer

using Io.Cdktn;

new TerraformResourceMoveById {
    string From,
    string To
};

Properties

NameTypeDescription
FromstringNo description.
TostringNo description.

FromRequired

public string From { get; set; }
  • Type: string

ToRequired

public string To { get; set; }
  • Type: string