Interface AssetManifestProperties
-
- All Superinterfaces:
AssetManifestOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AssetManifestProperties.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.758Z") @Stability(Stable) public interface AssetManifestProperties extends software.amazon.jsii.JsiiSerializable, AssetManifestOptions
Artifact properties for the Asset Manifest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAssetManifestProperties.BuilderA builder forAssetManifestPropertiesstatic classAssetManifestProperties.Jsii$ProxyAn implementation forAssetManifestProperties
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AssetManifestProperties.Builderbuilder()StringgetFile()Filename of the asset manifest.-
Methods inherited from interface software.amazon.awscdk.cloudassembly.schema.AssetManifestOptions
getBootstrapStackVersionSsmParameter, getRequiresBootstrapStackVersion
-
-
-
-
Method Detail
-
getFile
@Stability(Stable) @NotNull String getFile()
Filename of the asset manifest.
-
builder
@Stability(Stable) static AssetManifestProperties.Builder builder()
- Returns:
- a
AssetManifestProperties.BuilderofAssetManifestProperties
-
-