ISynthesisSession
- Implemented By: ISynthesisSession
Represents a single session of synthesis.
Passed into Construct.synthesize()
methods.
Properties
Name | Type | Description |
---|---|---|
Assembly |
AlibabaCloud.SDK.ROS.CDK.Cxapi.CloudAssemblyBuilder |
Cloud assembly builder. |
Outdir |
string |
The output directory for this synthesis session. |
ValidateOnSynth |
bool |
Whether the stack should be validated after synthesis to check for error metadata. |
Assembly
Required
public CloudAssemblyBuilder Assembly { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Cxapi.CloudAssemblyBuilder
Cloud assembly builder.
Outdir
Required
public string Outdir { get; set; }
- Type: string
The output directory for this synthesis session.
ValidateOnSynth
Optional
public bool ValidateOnSynth { get; set; }
- Type: bool
- Default: false
Whether the stack should be validated after synthesis to check for error metadata.