Skip to content

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.

assemblyRequired

public readonly assembly: CloudAssemblyBuilder;
  • Type: @alicloud/ros-cdk-cxapi.CloudAssemblyBuilder

Cloud assembly builder.


outdirRequired

public readonly outdir: string;
  • Type: string

The output directory for this synthesis session.


validateOnSynthOptional

public readonly validateOnSynth: boolean;
  • Type: boolean
  • Default: false

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