@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.851Z") @Stability(value=Stable) public interface AssetManifestProperties extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloudassembly.schema.*;
AssetManifestProperties assetManifestProperties = AssetManifestProperties.builder()
.file("file")
// the properties below are optional
.bootstrapStackVersionSsmParameter("bootstrapStackVersionSsmParameter")
.requiresBootstrapStackVersion(123)
.build();
| 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 © 2022. All rights reserved.