Uses of Interface
software.amazon.awscdk.IStackSynthesizer
Package
Description
AWS Cloud Development Kit Library
App Staging Synthesizer
integ-tests
AWS ServiceCatalogAppRegistry Construct Library
-
Uses of IStackSynthesizer in software.amazon.awscdk
Modifier 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
.Modifier 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.Modifier 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()
Modifier and TypeMethodDescriptionStack.Builder.synthesizer
(IStackSynthesizer synthesizer) Synthesis method to use while deploying this stack.StackProps.Builder.synthesizer
(IStackSynthesizer synthesizer) Sets the value ofStackProps.getSynthesizer()
-
Uses of IStackSynthesizer in software.amazon.awscdk.app.staging.synthesizer.alpha
Modifier and TypeClassDescriptionclass
(experimental) App Staging Synthesizer.Modifier and TypeMethodDescriptionfinal IStackSynthesizer
DefaultStagingStackProps.Jsii$Proxy.getSynthesizer()
Modifier 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
Modifier and TypeMethodDescriptionfinal IStackSynthesizer
IntegTestCaseStackProps.Jsii$Proxy.getSynthesizer()
Modifier 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
Modifier and TypeMethodDescriptionfinal IStackSynthesizer
CreateTargetApplicationOptions.Jsii$Proxy.getSynthesizer()
final IStackSynthesizer
ExistingTargetApplicationOptions.Jsii$Proxy.getSynthesizer()
final IStackSynthesizer
TargetApplicationCommonOptions.Jsii$Proxy.getSynthesizer()
Modifier 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()