Package software.amazon.awscdk
Interface IStackSynthesizer.Jsii$Default
- All Superinterfaces:
- IStackSynthesizer,- software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
- IBoundStackSynthesizer.Jsii$Default,- IReusableStackSynthesizer.Jsii$Default
- All Known Implementing Classes:
- IBoundStackSynthesizer.Jsii$Proxy,- IReusableStackSynthesizer.Jsii$Proxy,- IStackSynthesizer.Jsii$Proxy
- Enclosing interface:
- IStackSynthesizer
Internal default implementation for 
IStackSynthesizer.- 
Nested Class SummaryNested classes/interfaces inherited from interface software.amazon.awscdk.IStackSynthesizerIStackSynthesizer.Jsii$Default, IStackSynthesizer.Jsii$Proxy
- 
Method SummaryModifier and TypeMethodDescriptiondefault DockerImageAssetLocationRegister a Docker Image Asset.default FileAssetLocationaddFileAsset(FileAssetSource asset) Register a File Asset.default voidBind to the stack this environment is going to be used on.default StringThe qualifier used to bootstrap this stack.default StringThe role used to lookup for this stack.default voidsynthesize(ISynthesisSession session) Synthesize the associated stack to the session.Methods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getBootstrapQualifierThe qualifier used to bootstrap this stack.Default: - no qualifier - Specified by:
- getBootstrapQualifierin interface- IStackSynthesizer
 
- 
getLookupRoleThe role used to lookup for this stack.Default: - no role - Specified by:
- getLookupRolein interface- IStackSynthesizer
 
- 
addDockerImageAsset@Stability(Stable) @NotNull default DockerImageAssetLocation addDockerImageAsset(@NotNull DockerImageAssetSource asset) Register a Docker Image Asset.Returns the parameters that can be used to refer to the asset inside the template. - Specified by:
- addDockerImageAssetin interface- IStackSynthesizer
- Parameters:
- asset- This parameter is required.
 
- 
addFileAssetRegister a File Asset.Returns the parameters that can be used to refer to the asset inside the template. - Specified by:
- addFileAssetin interface- IStackSynthesizer
- Parameters:
- asset- This parameter is required.
 
- 
bindBind to the stack this environment is going to be used on.Must be called before any of the other methods are called, and can only be called once. - Specified by:
- bindin interface- IStackSynthesizer
- Parameters:
- stack- This parameter is required.
 
- 
synthesizeSynthesize the associated stack to the session.- Specified by:
- synthesizein interface- IStackSynthesizer
- Parameters:
- session- This parameter is required.
 
 
-