Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
✨ v0.23.3 is live — includes breaking changes to supported language runtimes. Release notes · Migration guide · Provider dashboard
CDKTN Core API Reference for TerraformStackMetadata in Typescript.
import { TerraformStackMetadata } from 'cdktn' const terraformStackMetadata: TerraformStackMetadata = { ... }
backend
string
stackName
version
cloud
public readonly backend: string;
public readonly stackName: string;
public readonly version: string;
public readonly cloud: string;
Was this page helpful?