Skip to main content
Represents a single session of synthesis. Passed into TerraformStack.onSynthesize() methods. originally from aws/constructs lib v3.3.126 (synth functionality was removed in constructs v10)

Properties

NameTypeDescription
ManifestManifestNo description.
Outdir*stringThe output directory for this synthesis session.
SkipValidation*boolNo description.

ManifestRequired

func Manifest() Manifest

OutdirRequired

func Outdir() *string
  • Type: *string
The output directory for this synthesis session.

SkipValidationOptional

func SkipValidation() *bool
  • Type: *bool