| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| 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)
(experimental) Write the stack artifact to the session.
|
protected void |
StackSynthesizer.emitStackArtifact(Stack stack,
ISynthesisSession session,
SynthesizeStackArtifactOptions options)
(experimental) Write the stack artifact to the session.
|
abstract void |
StackSynthesizer.synthesize(ISynthesisSession session)
(experimental) Synthesize the associated stack to the session.
|
void |
NestedStackSynthesizer.synthesize(ISynthesisSession session)
(experimental) Synthesize the associated stack to the session.
|
void |
BootstraplessSynthesizer.synthesize(ISynthesisSession session)
(experimental) Synthesize the associated stack to the session.
|
void |
DefaultStackSynthesizer.synthesize(ISynthesisSession session)
(experimental) Synthesize the associated stack to the session.
|
void |
LegacyStackSynthesizer.synthesize(ISynthesisSession session)
(experimental) Synthesize the associated stack to the session.
|
void |
IStackSynthesizer.synthesize(ISynthesisSession session)
(experimental) Synthesize the associated stack to the session.
|
void |
IStackSynthesizer.Jsii$Proxy.synthesize(ISynthesisSession session)
(experimental) Synthesize the associated stack to the session.
|
default void |
IStackSynthesizer.Jsii$Default.synthesize(ISynthesisSession session)
(experimental) Synthesize the associated stack to the session.
|
protected void |
StackSynthesizer.synthesizeStackTemplate(Stack stack,
ISynthesisSession session)
(experimental) Have the stack write out its template.
|
protected void |
DefaultStackSynthesizer.synthesizeStackTemplate(Stack stack,
ISynthesisSession session)
(experimental) Have the stack write out its template.
|
Copyright © 2021. All rights reserved.