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.
Initializers
using Io.Cdktn;
new Manifest(string Version, string Outdir, bool HclOutput);
| Name | Type | Description |
|---|
Version | string | No description. |
Outdir | string | No description. |
HclOutput | bool | No description. |
VersionRequired
OutdirRequired
HclOutputRequired
Methods
| Name | Description |
|---|
BuildManifest | No description. |
ForStack | No description. |
WriteToFile | No description. |
BuildManifest
private IManifest BuildManifest()
ForStack
private StackManifest ForStack(TerraformStack Stack)
StackRequired
WriteToFile
private void WriteToFile()
Properties
| Name | Type | Description |
|---|
HclOutput | bool | No description. |
Outdir | string | No description. |
StackFileName | string | No description. |
Stacks | System.Collections.Generic.IDictionary<string, StackManifest> | No description. |
Version | string | No description. |
HclOutputRequired
public bool HclOutput { get; }
OutdirRequired
public string Outdir { get; }
StackFileNameRequired
public string StackFileName { get; }
StacksRequired
public System.Collections.Generic.IDictionary<string, StackManifest> Stacks { get; }
- Type: System.Collections.Generic.IDictionary<string, StackManifest>
VersionRequired
public string Version { get; }
Constants
| Name | Type | Description |
|---|
FileName | string | No description. |
StackMetadataPath | string | No description. |
StacksFolder | string | No description. |
FileNameRequired
public string FileName { get; }
public string StackMetadataPath { get; }
StacksFolderRequired
public string StacksFolder { get; }