@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.645Z") @Stability(value=Experimental) public class AssetManifestArtifact extends CloudArtifact
| Modifier and Type | Class and Description |
|---|---|
static class |
AssetManifestArtifact.Builder
(experimental) A fluent builder for
AssetManifestArtifact. |
| Modifier | Constructor and Description |
|---|---|
|
AssetManifestArtifact(CloudAssembly assembly,
String name,
ArtifactManifest artifact) |
protected |
AssetManifestArtifact(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AssetManifestArtifact(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBootstrapStackVersionSsmParameter()
(experimental) Name of SSM parameter with bootstrap stack version.
|
String |
getFile()
(experimental) The file name of the asset manifest.
|
Number |
getRequiresBootstrapStackVersion()
(experimental) Version of bootstrap stack required to deploy this stack.
|
findMetadataByType, fromManifest, getAssembly, getDependencies, getHierarchicalId, getId, getManifest, getMessagesjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AssetManifestArtifact(software.amazon.jsii.JsiiObjectRef objRef)
protected AssetManifestArtifact(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public AssetManifestArtifact(@NotNull
CloudAssembly assembly,
@NotNull
String name,
@NotNull
ArtifactManifest artifact)
assembly - This parameter is required.name - This parameter is required.artifact - This parameter is required.@Stability(value=Experimental) @NotNull public String getFile()
@Stability(value=Experimental) @NotNull public Number getRequiresBootstrapStackVersion()
@Stability(value=Experimental) @Nullable public String getBootstrapStackVersionSsmParameter()
Default: - Discover SSM parameter by reading stack
Copyright © 2021. All rights reserved.