Uses of Interface
software.amazon.awscdk.IReusableStackSynthesizer
Packages that use IReusableStackSynthesizer
Package
Description
AWS Cloud Development Kit Library
App Staging Synthesizer
-
Uses of IReusableStackSynthesizer in software.amazon.awscdk
Subinterfaces of IReusableStackSynthesizer in software.amazon.awscdkModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIReusableStackSynthesizer
.Classes in software.amazon.awscdk that implement IReusableStackSynthesizerModifier 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.class
Use the CDK classic way of referencing assets.Methods in software.amazon.awscdk that return IReusableStackSynthesizerModifier and TypeMethodDescriptiondefault IReusableStackSynthesizer
AppProps.getDefaultStackSynthesizer()
The stack synthesizer to use by default for all Stacks in the App.AppProps.Jsii$Proxy.getDefaultStackSynthesizer()
Methods in software.amazon.awscdk with parameters of type IReusableStackSynthesizerModifier and TypeMethodDescriptionApp.Builder.defaultStackSynthesizer
(IReusableStackSynthesizer defaultStackSynthesizer) The stack synthesizer to use by default for all Stacks in the App.AppProps.Builder.defaultStackSynthesizer
(IReusableStackSynthesizer defaultStackSynthesizer) Sets the value ofAppProps.getDefaultStackSynthesizer()
-
Uses of IReusableStackSynthesizer in software.amazon.awscdk.app.staging.synthesizer.alpha
Classes in software.amazon.awscdk.app.staging.synthesizer.alpha that implement IReusableStackSynthesizerModifier and TypeClassDescriptionclass
(experimental) App Staging Synthesizer.