Skip to content

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.

AssemblyRequired

public CloudAssemblyBuilder Assembly { get; set; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Cxapi.CloudAssemblyBuilder

Cloud assembly builder.


OutdirRequired

public string Outdir { get; set; }
  • Type: string

The output directory for this synthesis session.


ValidateOnSynthOptional

public bool ValidateOnSynth { get; set; }
  • Type: bool
  • Default: false

Whether the stack should be validated after synthesis to check for error metadata.