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 io.cdktn.cdktn.TerraformResourceMoveById;

TerraformResourceMoveById.builder()
    .from(java.lang.String)
    .to(java.lang.String)
    .build();

Properties

NameTypeDescription
fromjava.lang.StringNo description.
tojava.lang.StringNo description.

fromRequired

public java.lang.String getFrom();
  • Type: java.lang.String

toRequired

public java.lang.String getTo();
  • Type: java.lang.String