Skip to main content
Encodes information how a certain Stack should be deployed inspired by AWS CDK v2 implementation (synth functionality was removed in constructs v10).

Methods

NameDescription
synthesizeSynthesize the associated stack to the session.

synthesize

public synthesize(session: ISynthesisSession): void
Synthesize the associated stack to the session.

sessionRequired