interface ISynthesisSession
Language | Type name |
---|---|
.NET | Amazon.CDK.ISynthesisSession |
Go | github.com/aws/aws-cdk-go/awscdk/v2#ISynthesisSession |
Java | software.amazon.awscdk.ISynthesisSession |
Python | aws_cdk.ISynthesisSession |
TypeScript (source) | aws-cdk-lib » ISynthesisSession |
Represents a single session of synthesis.
Passed into Construct.synthesize()
methods.
Properties
Name | Type | Description |
---|---|---|
assembly | Cloud | Cloud assembly builder. |
outdir | string | The output directory for this synthesis session. |
validate | boolean | Whether the stack should be validated after synthesis to check for error metadata. |
assembly
Type:
Cloud
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.