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 interfaceInternal default implementation forIReusableStackSynthesizer.Classes in software.amazon.awscdk that implement IReusableStackSynthesizerModifier 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.classUse the CDK classic way of referencing assets.Methods in software.amazon.awscdk that return IReusableStackSynthesizerModifier and TypeMethodDescriptiondefault IReusableStackSynthesizerAppProps.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.