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

private void Synthesize(ISynthesisSession Session)
Synthesize the associated stack to the session.

SessionRequired