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

using Io.Cdktn;

new TerraformStackMetadata {
    string Backend,
    string StackName,
    string Version,
    string Cloud = null
};

Properties

NameTypeDescription
BackendstringNo description.
StackNamestringNo description.
VersionstringNo description.
CloudstringNo description.

BackendRequired

public string Backend { get; set; }
  • Type: string

StackNameRequired

public string StackName { get; set; }
  • Type: string

VersionRequired

public string Version { get; set; }
  • Type: string

CloudOptional

public string Cloud { get; set; }
  • Type: string