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

import { TerraformResourceMoveById } from 'cdktn'

const terraformResourceMoveById: TerraformResourceMoveById = { ... }

Properties

NameTypeDescription
fromstringNo description.
tostringNo description.

fromRequired

public readonly from: string;
  • Type: string

toRequired

public readonly to: string;
  • Type: string