| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStackSynthesizer.Jsii$Default
Internal default implementation for
IStackSynthesizer. |
| Modifier and Type | Class and Description |
|---|---|
class |
BootstraplessSynthesizer
(experimental) A special synthesizer that behaves similarly to DefaultStackSynthesizer, but doesn't require bootstrapping the environment it operates in.
|
class |
DefaultStackSynthesizer
(experimental) Uses conventionally named roles and reify asset storage locations.
|
static class |
IStackSynthesizer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LegacyStackSynthesizer
(experimental) Use the original deployment environment.
|
class |
NestedStackSynthesizer
(experimental) Deployment environment for a nested stack.
|
class |
StackSynthesizer
(experimental) Base class for implementing an IStackSynthesizer.
|
| Modifier and Type | Method and Description |
|---|---|
IStackSynthesizer |
Stack.getSynthesizer()
(experimental) Synthesis method for this stack.
|
default IStackSynthesizer |
StackProps.getSynthesizer()
(experimental) Synthesis method to use while deploying this stack.
|
IStackSynthesizer |
StackProps.Jsii$Proxy.getSynthesizer() |
| Modifier and Type | Method and Description |
|---|---|
Stack.Builder |
Stack.Builder.synthesizer(IStackSynthesizer synthesizer)
(experimental) Synthesis method to use while deploying this stack.
|
StackProps.Builder |
StackProps.Builder.synthesizer(IStackSynthesizer synthesizer)
Sets the value of
StackProps.getSynthesizer() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean analyticsReporting,
String description,
Environment env,
String stackName,
IStackSynthesizer synthesizer,
Map<String,String> tags,
Boolean terminationProtection)
Constructor that initializes the object based on literal property values passed by the
StackProps.Builder. |
NestedStackSynthesizer(IStackSynthesizer parentDeployment) |
Copyright © 2021. All rights reserved.