SynthesisOptions
- class constructs.SynthesisOptions(*, outdir, session_context=None, skip_validation=None)
Bases:
objectOptions for synthesis.
- Parameters:
outdir (
str) – The output directory into which to synthesize the cloud assembly. Default: - creates a temporary directorysession_context (
Optional[Mapping[str,Any]]) – Additional context passed into the synthesis session object whenconstruct.synthis called. Default: - no additional context is passed toonSynthesizeskip_validation (
Optional[bool]) – Whether synthesis should skip the validation phase. Default: false
Attributes
- outdir
The output directory into which to synthesize the cloud assembly.
- Default:
creates a temporary directory
- session_context
Additional context passed into the synthesis session object when
construct.synthis called.- Default:
no additional context is passed to
onSynthesize
- skip_validation
Whether synthesis should skip the validation phase.
- Default:
false