@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:43.736Z") @Stability(value=Experimental) 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)
(experimental) Register a Docker Image Asset.
|
FileAssetLocation |
addFileAsset(FileAssetSource asset)
(experimental) Register a File Asset.
|
void |
bind(Stack stack)
(experimental) Bind to the stack this environment is going to be used on.
|
void |
synthesize(ISynthesisSession session)
(experimental) Synthesize the associated stack to the session.
|
@Stability(value=Experimental) @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=Experimental) @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=Experimental)
void bind(@NotNull
Stack stack)
Must be called before any of the other methods are called.
stack - This parameter is required.@Stability(value=Experimental)
void synthesize(@NotNull
ISynthesisSession session)
session - This parameter is required.Copyright © 2021. All rights reserved.