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.
outdirstrThe output directory for this synthesis session.
skip_validationboolNo description.

manifestRequired

manifest: Manifest

outdirRequired

outdir: str
  • Type: str
The output directory for this synthesis session.

skip_validationOptional

skip_validation: bool
  • Type: bool