Skip to content

ISynthesisSession

Represents a single session of synthesis.

Passed into Construct.synthesize() methods.

Properties

Name Type Description
assembly com.aliyun.ros.cdk.cxapi.CloudAssemblyBuilder Cloud assembly builder.
outdir java.lang.String The output directory for this synthesis session.
validateOnSynth java.lang.Boolean Whether the stack should be validated after synthesis to check for error metadata.

assemblyRequired

public CloudAssemblyBuilder getAssembly();
  • Type: com.aliyun.ros.cdk.cxapi.CloudAssemblyBuilder

Cloud assembly builder.


outdirRequired

public java.lang.String getOutdir();
  • Type: java.lang.String

The output directory for this synthesis session.


validateOnSynthOptional

public java.lang.Boolean getValidateOnSynth();
  • Type: java.lang.Boolean
  • Default: false

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