@Internal public static final class IStackSynthesizer.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IStackSynthesizer.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIStackSynthesizer.Jsii$Default, IStackSynthesizer.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| 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.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) @NotNull public final DockerImageAssetLocation addDockerImageAsset(@NotNull DockerImageAssetSource asset)
Returns the parameters that can be used to refer to the asset inside the template.
addDockerImageAsset in interface IStackSynthesizeraddDockerImageAsset in interface IStackSynthesizer.Jsii$Defaultasset - This parameter is required.@Stability(value=Experimental) @NotNull public final FileAssetLocation addFileAsset(@NotNull FileAssetSource asset)
Returns the parameters that can be used to refer to the asset inside the template.
addFileAsset in interface IStackSynthesizeraddFileAsset in interface IStackSynthesizer.Jsii$Defaultasset - This parameter is required.@Stability(value=Experimental)
public final void bind(@NotNull
Stack stack)
Must be called before any of the other methods are called.
bind in interface IStackSynthesizerbind in interface IStackSynthesizer.Jsii$Defaultstack - This parameter is required.@Stability(value=Experimental)
public final void synthesize(@NotNull
ISynthesisSession session)
synthesize in interface IStackSynthesizersynthesize in interface IStackSynthesizer.Jsii$Defaultsession - This parameter is required.Copyright © 2021. All rights reserved.