Skip to main content

Initializer

import cdktn

cdktn.TerraformElementMetadata(
  path: str,
  stack_trace: typing.List[str],
  unique_id: str
)

Properties

NameTypeDescription
pathstrNo description.
stack_tracetyping.List[str]No description.
unique_idstrNo description.

pathRequired

path: str
  • Type: str

stack_traceRequired

stack_trace: typing.List[str]
  • Type: typing.List[str]

unique_idRequired

unique_id: str
  • Type: str