Skip to main content

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