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 cdktn

cdktn.TerraformStackMetadata(
  backend: str,
  stack_name: str,
  version: str,
  cloud: str = None
)

Properties

NameTypeDescription
backendstrNo description.
stack_namestrNo description.
versionstrNo description.
cloudstrNo description.

backendRequired

backend: str
  • Type: str

stack_nameRequired

stack_name: str
  • Type: str

versionRequired

version: str
  • Type: str

cloudOptional

cloud: str
  • Type: str