interface SynthesisOptions
| Language | Type name |
|---|---|
.NET | Constructs.SynthesisOptions |
Java | software.constructs.SynthesisOptions |
Python | constructs.SynthesisOptions |
TypeScript (source) | constructs » SynthesisOptions |
Options for synthesis.
Properties
| Name | Type | Description |
|---|---|---|
| outdir | string | The output directory into which to synthesize the cloud assembly. |
| session | { [string]: any } | Additional context passed into the synthesis session object when construct.synth is called. |
| skip | boolean | Whether synthesis should skip the validation phase. |
outdir
Type:
string
The output directory into which to synthesize the cloud assembly.
sessionContext?
Type:
{ [string]: any }
(optional, default: no additional context is passed to onSynthesize)
Additional context passed into the synthesis session object when construct.synth is called.
skipValidation?
Type:
boolean
(optional, default: false)
Whether synthesis should skip the validation phase.

.NET
Java
Python
TypeScript (