Package software.amazon.awscdk.core
Interface IStackSynthesizer.Jsii$Default
- All Superinterfaces:
IStackSynthesizer
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IStackSynthesizer.Jsii$Proxy
- Enclosing interface:
- IStackSynthesizer
Internal default implementation for
IStackSynthesizer
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IStackSynthesizer
IStackSynthesizer.Jsii$Default, IStackSynthesizer.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault DockerImageAssetLocation
Register a Docker Image Asset.default FileAssetLocation
addFileAsset
(FileAssetSource asset) Register a File Asset.default void
Bind to the stack this environment is going to be used on.default void
synthesize
(ISynthesisSession session) Synthesize the associated stack to the session.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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:
addDockerImageAsset
in interfaceIStackSynthesizer
- Parameters:
asset
- This parameter is required.
-
addFileAsset
Register a File Asset.Returns the parameters that can be used to refer to the asset inside the template.
- Specified by:
addFileAsset
in interfaceIStackSynthesizer
- Parameters:
asset
- This parameter is required.
-
bind
Bind to the stack this environment is going to be used on.Must be called before any of the other methods are called.
- Specified by:
bind
in interfaceIStackSynthesizer
- Parameters:
stack
- This parameter is required.
-
synthesize
Synthesize the associated stack to the session.- Specified by:
synthesize
in interfaceIStackSynthesizer
- Parameters:
session
- This parameter is required.
-