Skip to main content

Initializer

using Io.Cdktn;

new StackManifest {
    StackAnnotation[] Annotations,
    string ConstructPath,
    string[] Dependencies,
    string Name,
    string StackMetadataPath,
    string SynthesizedStackPath,
    string WorkingDirectory
};

Properties

NameTypeDescription
AnnotationsStackAnnotation[]No description.
ConstructPathstringNo description.
Dependenciesstring[]No description.
NamestringNo description.
StackMetadataPathstringNo description.
SynthesizedStackPathstringNo description.
WorkingDirectorystringNo description.

AnnotationsRequired

public StackAnnotation[] Annotations { get; set; }

ConstructPathRequired

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

DependenciesRequired

public string[] Dependencies { get; set; }
  • Type: string[]

NameRequired

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

StackMetadataPathRequired

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

SynthesizedStackPathRequired

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

WorkingDirectoryRequired

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