ISynthesisSession
- class aws_cdk.core.ISynthesisSession(*args, **kwds)
Bases:
Protocol
Represents a single session of synthesis.
Passed into
Construct.synthesize()
methods.Attributes
- assembly
Cloud assembly builder.
- outdir
The output directory for this synthesis session.
- validate_on_synth
Whether the stack should be validated after synthesis to check for error metadata.
- Default:
false