@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-01T11:09:03.097Z") @Stability(value=Stable) public interface AssetManifestProperties extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssetManifestProperties.Builder
A builder for
AssetManifestProperties |
static class |
AssetManifestProperties.Jsii$Proxy
An implementation for
AssetManifestProperties |
| Modifier and Type | Method and Description |
|---|---|
static AssetManifestProperties.Builder |
builder() |
default String |
getBootstrapStackVersionSsmParameter()
SSM parameter where the bootstrap stack version number can be found.
|
String |
getFile()
Filename of the asset manifest.
|
default Number |
getRequiresBootstrapStackVersion()
Version of bootstrap stack required to deploy this stack.
|
@Stability(value=Stable) @NotNull String getFile()
@Stability(value=Stable) @Nullable default String getBootstrapStackVersionSsmParameter()
Default: - Bootstrap stack version number looked up
@Stability(value=Stable) @Nullable default Number getRequiresBootstrapStackVersion()
Default: - Version 1 (basic modern bootstrap stack)
@Stability(value=Stable) static AssetManifestProperties.Builder builder()
AssetManifestProperties.Builder of AssetManifestPropertiesCopyright © 2021. All rights reserved.