Skip to main content

Initializer

import "github.com/open-constructs/cdk-terrain-go/cdktn"

&cdktn.StackManifest {
	Annotations: *[]github.com/open-constructs/cdk-terrain-go/cdktn.StackAnnotation,
	ConstructPath: *string,
	Dependencies: *[]*string,
	Name: *string,
	StackMetadataPath: *string,
	SynthesizedStackPath: *string,
	WorkingDirectory: *string,
}

Properties

NameTypeDescription
Annotations*[]StackAnnotationNo description.
ConstructPath*stringNo description.
Dependencies*[]*stringNo description.
Name*stringNo description.
StackMetadataPath*stringNo description.
SynthesizedStackPath*stringNo description.
WorkingDirectory*stringNo description.

AnnotationsRequired

Annotations *[]StackAnnotation

ConstructPathRequired

ConstructPath *string
  • Type: *string

DependenciesRequired

Dependencies *[]*string
  • Type: *[]*string

NameRequired

Name *string
  • Type: *string

StackMetadataPathRequired

StackMetadataPath *string
  • Type: *string

SynthesizedStackPathRequired

SynthesizedStackPath *string
  • Type: *string

WorkingDirectoryRequired

WorkingDirectory *string
  • Type: *string