Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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