ISynthesisSession
- Implemented By: ISynthesisSession
Represents a single session of synthesis.
Passed into Construct.synthesize()
methods.
Properties
Name | Type | Description |
---|---|---|
assembly |
@alicloud/ros-cdk-cxapi.CloudAssemblyBuilder |
Cloud assembly builder. |
outdir |
string |
The output directory for this synthesis session. |
validateOnSynth |
boolean |
Whether the stack should be validated after synthesis to check for error metadata. |
assembly
Required
public readonly assembly: CloudAssemblyBuilder;
- Type: @alicloud/ros-cdk-cxapi.CloudAssemblyBuilder
Cloud assembly builder.
outdir
Required
public readonly outdir: string;
- Type: string
The output directory for this synthesis session.
validateOnSynth
Optional
public readonly validateOnSynth: boolean;
- Type: boolean
- Default: false
Whether the stack should be validated after synthesis to check for error metadata.