Uses of Interface
software.amazon.awscdk.IStackSynthesizer
Packages that use IStackSynthesizer
Package
Description
AWS Cloud Development Kit Library
App Staging Synthesizer
integ-tests
AWS ServiceCatalogAppRegistry Construct Library
-
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 -
Uses of IStackSynthesizer in software.amazon.awscdk.app.staging.synthesizer.alpha
Classes in software.amazon.awscdk.app.staging.synthesizer.alpha that implement IStackSynthesizerModifier and TypeClassDescriptionclass
(experimental) App Staging Synthesizer.Methods in software.amazon.awscdk.app.staging.synthesizer.alpha that return IStackSynthesizerModifier and TypeMethodDescriptionfinal IStackSynthesizer
DefaultStagingStackProps.Jsii$Proxy.getSynthesizer()
Methods in software.amazon.awscdk.app.staging.synthesizer.alpha with parameters of type IStackSynthesizerModifier and TypeMethodDescriptionDefaultStagingStack.Builder.synthesizer
(IStackSynthesizer synthesizer) Synthesis method to use while deploying this stack.DefaultStagingStackProps.Builder.synthesizer
(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()
-
Uses of IStackSynthesizer in software.amazon.awscdk.integtests.alpha
Methods in software.amazon.awscdk.integtests.alpha that return IStackSynthesizerModifier and TypeMethodDescriptionfinal IStackSynthesizer
IntegTestCaseStackProps.Jsii$Proxy.getSynthesizer()
Methods in software.amazon.awscdk.integtests.alpha with parameters of type IStackSynthesizerModifier and TypeMethodDescriptionIntegTestCaseStack.Builder.synthesizer
(IStackSynthesizer synthesizer) Synthesis method to use while deploying this stack.IntegTestCaseStackProps.Builder.synthesizer
(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()
-
Uses of IStackSynthesizer in software.amazon.awscdk.services.servicecatalogappregistry.alpha
Methods in software.amazon.awscdk.services.servicecatalogappregistry.alpha that return IStackSynthesizerModifier and TypeMethodDescriptionfinal IStackSynthesizer
CreateTargetApplicationOptions.Jsii$Proxy.getSynthesizer()
final IStackSynthesizer
ExistingTargetApplicationOptions.Jsii$Proxy.getSynthesizer()
final IStackSynthesizer
TargetApplicationCommonOptions.Jsii$Proxy.getSynthesizer()
Methods in software.amazon.awscdk.services.servicecatalogappregistry.alpha with parameters of type IStackSynthesizerModifier and TypeMethodDescriptionCreateTargetApplicationOptions.Builder.synthesizer
(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()
ExistingTargetApplicationOptions.Builder.synthesizer
(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()
TargetApplicationCommonOptions.Builder.synthesizer
(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()