| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IStackSynthesizer |
Stack.getSynthesizer()
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 |
|---|
NestedStackSynthesizer(IStackSynthesizer parentDeployment) |
Copyright © 2020. All rights reserved.