Uses of Interface
software.amazon.awscdk.IBoundStackSynthesizer
Packages that use IBoundStackSynthesizer
Package
Description
AWS Cloud Development Kit Library
App Staging Synthesizer
-
Uses of IBoundStackSynthesizer in software.amazon.awscdk
Subinterfaces of IBoundStackSynthesizer in software.amazon.awscdkModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBoundStackSynthesizer.Classes in software.amazon.awscdk that implement IBoundStackSynthesizerModifier 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 IBoundStackSynthesizerModifier and TypeMethodDescriptionCliCredentialsStackSynthesizer.reusableBind(Stack stack) Produce a bound Stack Synthesizer for the given stack.DefaultStackSynthesizer.reusableBind(Stack stack) Produce a bound Stack Synthesizer for the given stack.default IBoundStackSynthesizerIReusableStackSynthesizer.Jsii$Default.reusableBind(Stack stack) Produce a bound Stack Synthesizer for the given stack.final IBoundStackSynthesizerIReusableStackSynthesizer.Jsii$Proxy.reusableBind(Stack stack) Produce a bound Stack Synthesizer for the given stack.IReusableStackSynthesizer.reusableBind(Stack stack) Produce a bound Stack Synthesizer for the given stack.LegacyStackSynthesizer.reusableBind(Stack stack) Produce a bound Stack Synthesizer for the given stack. -
Uses of IBoundStackSynthesizer in software.amazon.awscdk.app.staging.synthesizer.alpha
Methods in software.amazon.awscdk.app.staging.synthesizer.alpha that return IBoundStackSynthesizerModifier and TypeMethodDescriptionAppStagingSynthesizer.reusableBind(Stack stack) (experimental) Returns a version of the synthesizer bound to a stack.