Skip to content

ISynthesisSession

Represents a single session of synthesis.

Passed into Construct.synthesize() methods.

Properties

Name Type Description
assembly ros_cdk_cxapi.CloudAssemblyBuilder Cloud assembly builder.
outdir str The output directory for this synthesis session.
validate_on_synth bool Whether the stack should be validated after synthesis to check for error metadata.

assemblyRequired

assembly: CloudAssemblyBuilder
  • Type: ros_cdk_cxapi.CloudAssemblyBuilder

Cloud assembly builder.


outdirRequired

outdir: str
  • Type: str

The output directory for this synthesis session.


validate_on_synthOptional

validate_on_synth: bool
  • Type: bool
  • Default: false

Whether the stack should be validated after synthesis to check for error metadata.