aws-cdk-lib.ISynthesisSession

interface ISynthesisSession

LanguageType name
.NETAmazon.CDK.ISynthesisSession
Gogithub.com/aws/aws-cdk-go/awscdk/v2#ISynthesisSession
Javasoftware.amazon.awscdk.ISynthesisSession
Pythonaws_cdk.ISynthesisSession
TypeScript (source)aws-cdk-lib » ISynthesisSession

Represents a single session of synthesis.

Passed into Construct.synthesize() methods.

Properties

NameTypeDescription
assemblyCloudAssemblyBuilderCloud assembly builder.
outdirstringThe output directory for this synthesis session.
validateOnSynth?booleanWhether the stack should be validated after synthesis to check for error metadata.

assembly

Type: CloudAssemblyBuilder

Cloud assembly builder.


outdir

Type: string

The output directory for this synthesis session.


validateOnSynth?

Type: boolean (optional, default: false)

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