Uses of Interface
software.amazon.awscdk.core.ISynthesisSession
Packages that use ISynthesisSession
-
Uses of ISynthesisSession in software.amazon.awscdk.core
Subinterfaces of ISynthesisSession in software.amazon.awscdk.coreModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISynthesisSession
.Classes in software.amazon.awscdk.core that implement ISynthesisSessionModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.core with parameters of type ISynthesisSessionModifier and TypeMethodDescriptionprotected void
StackSynthesizer.emitStackArtifact
(Stack stack, ISynthesisSession session) Write the stack artifact to the session.protected void
StackSynthesizer.emitStackArtifact
(Stack stack, ISynthesisSession session, SynthesizeStackArtifactOptions options) Write the stack artifact to the session.void
BootstraplessSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.void
CliCredentialsStackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.protected void
Construct.synthesize
(ISynthesisSession session) Allows this construct to emit artifacts into the cloud assembly during synthesis.void
DefaultStackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.default void
IStackSynthesizer.Jsii$Default.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.final void
IStackSynthesizer.Jsii$Proxy.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.void
IStackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.void
LegacyStackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.void
NestedStackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.abstract void
StackSynthesizer.synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.protected void
DefaultStackSynthesizer.synthesizeStackTemplate
(Stack stack, ISynthesisSession session) Have the stack write out its template.protected void
StackSynthesizer.synthesizeStackTemplate
(Stack stack, ISynthesisSession session) Have the stack write out its template.