Package software.amazon.awscdk
Interface IReusableStackSynthesizer.Jsii$Default
- All Superinterfaces:
IReusableStackSynthesizer,IStackSynthesizer,IStackSynthesizer.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IReusableStackSynthesizer.Jsii$Proxy
- Enclosing interface:
IReusableStackSynthesizer
@Internal
public static interface IReusableStackSynthesizer.Jsii$Default
extends IReusableStackSynthesizer, IStackSynthesizer.Jsii$Default
Internal default implementation for
IReusableStackSynthesizer.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.IReusableStackSynthesizer
IReusableStackSynthesizer.Jsii$Default, IReusableStackSynthesizer.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IStackSynthesizer
IStackSynthesizer.Jsii$Default, IStackSynthesizer.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault IBoundStackSynthesizerreusableBind(Stack stack) Produce a bound Stack Synthesizer for the given stack.Methods inherited from interface software.amazon.awscdk.IStackSynthesizer.Jsii$Default
addDockerImageAsset, addFileAsset, bind, getBootstrapQualifier, getLookupRole, synthesizeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
reusableBind
Produce a bound Stack Synthesizer for the given stack.This method may be called more than once on the same object.
- Specified by:
reusableBindin interfaceIReusableStackSynthesizer- Parameters:
stack- This parameter is required.
-