Uses of Interface
software.amazon.awscdk.IStackSynthesizer
Packages that use IStackSynthesizer
-
Uses of IStackSynthesizer in software.amazon.awscdk
Subinterfaces of IStackSynthesizer in software.amazon.awscdkModifier and TypeInterfaceDescriptioninterface
A Stack Synthesizer, obtained fromIReusableStackSynthesizer.
.static interface
Internal default implementation forIBoundStackSynthesizer
.interface
Interface for Stack Synthesizers that can be used for more than one stack.static interface
Internal default implementation forIReusableStackSynthesizer
.static interface
Internal default implementation forIStackSynthesizer
.Classes in software.amazon.awscdk that implement IStackSynthesizerModifier and TypeClassDescriptionclass
Synthesizer that reuses bootstrap roles from a different region.class
A synthesizer that uses conventional asset locations, but not conventional deployment roles.class
Uses conventionally named roles and asset storage locations.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
Use the CDK classic way of referencing assets.class
Synthesizer for a nested stack.class
Base class for implementing an IStackSynthesizer.Methods in software.amazon.awscdk that return IStackSynthesizerModifier and TypeMethodDescriptionStack.getSynthesizer()
Synthesis method for this stack.default IStackSynthesizer
StackProps.getSynthesizer()
Synthesis method to use while deploying this stack.final IStackSynthesizer
StackProps.Jsii$Proxy.getSynthesizer()
Methods in software.amazon.awscdk with parameters of type IStackSynthesizerModifier and TypeMethodDescriptionStack.Builder.synthesizer
(IStackSynthesizer synthesizer) Synthesis method to use while deploying this stack.StackProps.Builder.synthesizer
(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()
Constructors in software.amazon.awscdk with parameters of type IStackSynthesizer