@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-05-25T18:24:01.938Z") @Stability(value=Stable) public interface IStackSynthesizer extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStackSynthesizer.Jsii$Default
Internal default implementation for
IStackSynthesizer. |
static class |
IStackSynthesizer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
DockerImageAssetLocation |
addDockerImageAsset(DockerImageAssetSource asset)
Register a Docker Image Asset.
|
FileAssetLocation |
addFileAsset(FileAssetSource asset)
Register a File Asset.
|
void |
bind(Stack stack)
Bind to the stack this environment is going to be used on.
|
void |
synthesize(ISynthesisSession session)
Synthesize the associated stack to the session.
|
@Stability(value=Stable) @NotNull DockerImageAssetLocation addDockerImageAsset(@NotNull DockerImageAssetSource asset)
Returns the parameters that can be used to refer to the asset inside the template.
asset - This parameter is required.@Stability(value=Stable) @NotNull FileAssetLocation addFileAsset(@NotNull FileAssetSource asset)
Returns the parameters that can be used to refer to the asset inside the template.
asset - This parameter is required.@Stability(value=Stable)
void bind(@NotNull
Stack stack)
Must be called before any of the other methods are called.
stack - This parameter is required.@Stability(value=Stable)
void synthesize(@NotNull
ISynthesisSession session)
session - This parameter is required.Copyright © 2021. All rights reserved.