| Package | Description |
|---|---|
| software.amazon.awscdk.cloudassembly.schema |
Cloud Assembly Schema
|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AssemblyManifest.Jsii$Proxy
An implementation for
AssemblyManifest |
| Modifier and Type | Method and Description |
|---|---|
AssemblyManifest |
AssemblyManifest.Builder.build()
Builds the configured instance.
|
static AssemblyManifest |
Manifest.loadAssemblyManifest(String filePath)
Load and validates the cloud assembly manifest from file.
|
static AssemblyManifest |
Manifest.loadAssemblyManifest(String filePath,
LoadManifestOptions options)
Load and validates the cloud assembly manifest from file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Manifest.saveAssemblyManifest(AssemblyManifest manifest,
String filePath)
Validates and saves the cloud assembly manifest to file.
|
| Modifier and Type | Method and Description |
|---|---|
AssemblyManifest |
CloudAssembly.getManifest()
The raw assembly manifest.
|
Copyright © 2022. All rights reserved.