@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:49.093Z")
public interface AssetManifestProperties
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 java.lang.String |
getBootstrapStackVersionSsmParameter()
SSM parameter where the bootstrap stack version number can be found.
|
java.lang.String |
getFile()
Filename of the asset manifest.
|
default java.lang.Number |
getRequiresBootstrapStackVersion()
Version of bootstrap stack required to deploy this stack.
|
java.lang.String getFile()
default java.lang.String getBootstrapStackVersionSsmParameter()
Default: - Bootstrap stack version number looked up
default java.lang.Number getRequiresBootstrapStackVersion()
Default: - Version 1 (basic modern bootstrap stack)
static AssetManifestProperties.Builder builder()
AssetManifestProperties.Builder
of AssetManifestProperties