@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-08-14T23:35:54.661Z") @Stability(value=Stable) public class LegacyStackSynthesizer extends software.amazon.jsii.JsiiObject implements IStackSynthesizer
This deployment environment is restricted in cross-environment deployments, CI/CD deployments, and will use up CloudFormation parameters in your template.
This is the only StackSynthesizer that supports customizing asset behavior
by overriding Stack.addFileAsset() and Stack.addDockerImageAsset().
software.amazon.jsii.JsiiObject.InitializationModeIStackSynthesizer.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
LegacyStackSynthesizer() |
protected |
LegacyStackSynthesizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LegacyStackSynthesizer(software.amazon.jsii.JsiiObjectRef objRef) |
| 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 |
synthesizeStackArtifacts(ISynthesisSession session)
Synthesize all artifacts required for the stack into the session.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected LegacyStackSynthesizer(software.amazon.jsii.JsiiObjectRef objRef)
protected LegacyStackSynthesizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public LegacyStackSynthesizer()
@Stability(value=Stable) @NotNull public 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=Stable) @NotNull public 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=Stable)
public 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=Stable)
public void synthesizeStackArtifacts(@NotNull
ISynthesisSession session)
synthesizeStackArtifacts in interface IStackSynthesizersession - This parameter is required.Copyright © 2020. All rights reserved.