@Internal public static interface IStackSynthesizer.Jsii$Default extends IStackSynthesizer
IStackSynthesizer.IStackSynthesizer.Jsii$Default, IStackSynthesizer.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default DockerImageAssetLocation |
addDockerImageAsset(DockerImageAssetSource asset)
(experimental) Register a Docker Image Asset.
|
default FileAssetLocation |
addFileAsset(FileAssetSource asset)
(experimental) Register a File Asset.
|
default void |
bind(Stack stack)
(experimental) Bind to the stack this environment is going to be used on.
|
default void |
synthesize(ISynthesisSession session)
(experimental) Synthesize the associated stack to the session.
|
@Stability(value=Experimental) @NotNull default DockerImageAssetLocation addDockerImageAsset(@NotNull DockerImageAssetSource asset)
Returns the parameters that can be used to refer to the asset inside the template.
addDockerImageAsset in interface IStackSynthesizerasset - This parameter is required.@Stability(value=Experimental) @NotNull default FileAssetLocation addFileAsset(@NotNull FileAssetSource asset)
Returns the parameters that can be used to refer to the asset inside the template.
addFileAsset in interface IStackSynthesizerasset - This parameter is required.@Stability(value=Experimental)
default void bind(@NotNull
Stack stack)
Must be called before any of the other methods are called.
bind in interface IStackSynthesizerstack - This parameter is required.@Stability(value=Experimental)
default void synthesize(@NotNull
ISynthesisSession session)
synthesize in interface IStackSynthesizersession - This parameter is required.Copyright © 2021. All rights reserved.