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