| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStackSynthesizer.Jsii$Default
Internal default implementation for
IStackSynthesizer. |
| Modifier and Type | Class and Description |
|---|---|
class |
BootstraplessSynthesizer
A special synthesizer that behaves similarly to DefaultStackSynthesizer, but doesn't require bootstrapping the environment it operates in.
|
class |
DefaultStackSynthesizer
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
Use the original deployment environment.
|
class |
NestedStackSynthesizer
Deployment environment for a nested stack.
|
class |
StackSynthesizer
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()
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)
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.