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.
outdirjava.lang.StringThe output directory for this synthesis session.
skipValidationjava.lang.BooleanNo description.

manifestRequired

public Manifest getManifest();

outdirRequired

public java.lang.String getOutdir();
  • Type: java.lang.String
The output directory for this synthesis session.

skipValidationOptional

public java.lang.Boolean getSkipValidation();
  • Type: java.lang.Boolean