Interface AssetManifestProperties
- All Superinterfaces:
AssetManifestOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AssetManifestProperties.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.184Z")
@Stability(Stable)
public interface AssetManifestProperties
extends software.amazon.jsii.JsiiSerializable, AssetManifestOptions
Artifact properties for the Asset Manifest.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloud_assembly_schema.*;
AssetManifestProperties assetManifestProperties = AssetManifestProperties.builder()
.file("file")
// the properties below are optional
.bootstrapStackVersionSsmParameter("bootstrapStackVersionSsmParameter")
.requiresBootstrapStackVersion(123)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAssetManifestPropertiesstatic final classAn implementation forAssetManifestProperties -
Method Summary
Methods inherited from interface software.amazon.awscdk.cloud_assembly_schema.AssetManifestOptions
getBootstrapStackVersionSsmParameter, getRequiresBootstrapStackVersionMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFile
Filename of the asset manifest. -
builder
- Returns:
- a
AssetManifestProperties.BuilderofAssetManifestProperties
-