Class Manifest
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloud_assembly_schema.Manifest
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:41:02.766Z")
@Stability(Stable)
public class Manifest
extends software.amazon.jsii.JsiiObject
Protocol utility class.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturn the CLI version that supports this Cloud Assembly Schema version.static AssemblyManifestloadAssemblyManifest(String filePath) Load and validates the cloud assembly manifest from file.static AssemblyManifestloadAssemblyManifest(String filePath, LoadManifestOptions options) Load and validates the cloud assembly manifest from file.static AssetManifestloadAssetManifest(String filePath) Load and validates the asset manifest from file.static IntegManifestloadIntegManifest(String filePath) Load and validates the integ manifest from file.static voidsaveAssemblyManifest(AssemblyManifest manifest, String filePath) Validates and saves the cloud assembly manifest to file.static voidsaveAssetManifest(AssetManifest manifest, String filePath) Validates and saves the asset manifest to file.static voidsaveIntegManifest(IntegManifest manifest, String filePath) Validates and saves the integ manifest to file.static Stringversion()Fetch the current schema version number.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Manifest
protected Manifest(software.amazon.jsii.JsiiObjectRef objRef) -
Manifest
protected Manifest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
cliVersion
Return the CLI version that supports this Cloud Assembly Schema version. -
loadAssemblyManifest
@Stability(Stable) @NotNull public static AssemblyManifest loadAssemblyManifest(@NotNull String filePath, @Nullable LoadManifestOptions options) Load and validates the cloud assembly manifest from file.- Parameters:
filePath-- path to the manifest file.
options-
-
loadAssemblyManifest
@Stability(Stable) @NotNull public static AssemblyManifest loadAssemblyManifest(@NotNull String filePath) Load and validates the cloud assembly manifest from file.- Parameters:
filePath-- path to the manifest file.
-
loadAssetManifest
Load and validates the asset manifest from file.- Parameters:
filePath-- path to the manifest file.
-
loadIntegManifest
Load and validates the integ manifest from file.- Parameters:
filePath-- path to the manifest file.
-
saveAssemblyManifest
@Stability(Stable) public static void saveAssemblyManifest(@NotNull AssemblyManifest manifest, @NotNull String filePath) Validates and saves the cloud assembly manifest to file.- Parameters:
manifest-- manifest.
filePath-- output file path.
-
saveAssetManifest
@Stability(Stable) public static void saveAssetManifest(@NotNull AssetManifest manifest, @NotNull String filePath) Validates and saves the asset manifest to file.- Parameters:
manifest-- manifest.
filePath-- output file path.
-
saveIntegManifest
@Stability(Stable) public static void saveIntegManifest(@NotNull IntegManifest manifest, @NotNull String filePath) Validates and saves the integ manifest to file.- Parameters:
manifest-- manifest.
filePath-- output file path.
-
version
Fetch the current schema version number.
-