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 TypeInterfaceDescriptioninterfaceA Stack Synthesizer, obtained fromIReusableStackSynthesizer..static interfaceInternal default implementation forIBoundStackSynthesizer.interfaceInterface for Stack Synthesizers that can be used for more than one stack.static interfaceInternal default implementation forIReusableStackSynthesizer.static interfaceInternal default implementation forIStackSynthesizer.Classes in software.amazon.awscdk that implement IStackSynthesizerModifier and TypeClassDescriptionclassSynthesizer that reuses bootstrap roles from a different region.classA synthesizer that uses conventional asset locations, but not conventional deployment roles.classUses conventionally named roles and asset storage locations.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classUse the CDK classic way of referencing assets.classSynthesizer for a nested stack.classBase class for implementing an IStackSynthesizer.Methods in software.amazon.awscdk that return IStackSynthesizerModifier and TypeMethodDescriptionStack.getSynthesizer()Synthesis method for this stack.default IStackSynthesizerStackProps.getSynthesizer()Synthesis method to use while deploying this stack.final IStackSynthesizerStackProps.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