Interface AssetManifestOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
AssetManifestProperties
- All Known Implementing Classes:
AssetManifestOptions.Jsii$Proxy,AssetManifestProperties.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.757Z") @Stability(Stable) public interface AssetManifestOptions extends software.amazon.jsii.JsiiSerializable
Configuration options for the Asset Manifest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAssetManifestOptions.BuilderA builder forAssetManifestOptionsstatic classAssetManifestOptions.Jsii$ProxyAn implementation forAssetManifestOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AssetManifestOptions.Builderbuilder()default StringgetBootstrapStackVersionSsmParameter()SSM parameter where the bootstrap stack version number can be found.default NumbergetRequiresBootstrapStackVersion()Version of bootstrap stack required to deploy this stack.
-
-
-
Method Detail
-
getBootstrapStackVersionSsmParameter
@Stability(Stable) @Nullable default String getBootstrapStackVersionSsmParameter()
SSM parameter where the bootstrap stack version number can be found.- If this value is not set, the bootstrap stack name must be known at deployment time so the stack version can be looked up from the stack outputs.
- If this value is set, the bootstrap stack can have any name because we won't need to look it up.
Default: - Bootstrap stack version number looked up
-
getRequiresBootstrapStackVersion
@Stability(Stable) @Nullable default Number getRequiresBootstrapStackVersion()
Version of bootstrap stack required to deploy this stack.Default: - Version 1 (basic modern bootstrap stack)
-
builder
@Stability(Stable) static AssetManifestOptions.Builder builder()
- Returns:
- a
AssetManifestOptions.BuilderofAssetManifestOptions
-
-