@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:57.369Z") @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 |
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, 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()
Copyright © 2020. All rights reserved.