| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISynthesisSession.Jsii$Default
Internal default implementation for
ISynthesisSession. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ISynthesisSession.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
protected 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 |
IStackSynthesizer.synthesize(ISynthesisSession session)
Synthesize the associated stack to the session.
|
void |
IStackSynthesizer.Jsii$Proxy.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.
|
void |
LegacyStackSynthesizer.synthesize(ISynthesisSession session)
Synthesize the associated stack to the session.
|
abstract void |
StackSynthesizer.synthesize(ISynthesisSession session)
Synthesize the associated stack to the session.
|
void |
BootstraplessSynthesizer.synthesize(ISynthesisSession session)
Synthesize the associated stack to the session.
|
void |
DefaultStackSynthesizer.synthesize(ISynthesisSession session)
Synthesize the associated stack to the session.
|
void |
NestedStackSynthesizer.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.
|
protected void |
StackSynthesizer.synthesizeStackTemplate(Stack stack,
ISynthesisSession session)
Have the stack write out its template.
|
protected void |
DefaultStackSynthesizer.synthesizeStackTemplate(Stack stack,
ISynthesisSession session)
Have the stack write out its template.
|
Copyright © 2021. All rights reserved.