| 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 |
ArtifactManifest.Jsii$Proxy
An implementation for
ArtifactManifest |
| Modifier and Type | Method and Description |
|---|---|
ArtifactManifest |
ArtifactManifest.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,ArtifactManifest> |
AssemblyManifest.getArtifacts()
The set of artifacts in this assembly.
|
Map<String,ArtifactManifest> |
AssemblyManifest.Jsii$Proxy.getArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
AssemblyManifest.Builder |
AssemblyManifest.Builder.artifacts(Map<String,? extends ArtifactManifest> artifacts)
Sets the value of
AssemblyManifest.getArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactManifest |
CloudArtifact.getManifest()
The artifact's manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudAssemblyBuilder.addArtifact(String id,
ArtifactManifest manifest)
Adds an artifact into the cloud assembly.
|
static CloudArtifact |
CloudArtifact.fromManifest(CloudAssembly assembly,
String id,
ArtifactManifest artifact)
Returns a subclass of `CloudArtifact` based on the artifact type defined in the artifact manifest.
|
| Constructor and Description |
|---|
AssetManifestArtifact(CloudAssembly assembly,
String name,
ArtifactManifest artifact) |
CloudArtifact(CloudAssembly assembly,
String id,
ArtifactManifest manifest) |
CloudFormationStackArtifact(CloudAssembly assembly,
String artifactId,
ArtifactManifest artifact) |
NestedCloudAssemblyArtifact(CloudAssembly assembly,
String name,
ArtifactManifest artifact) |
TreeCloudArtifact(CloudAssembly assembly,
String name,
ArtifactManifest artifact) |
Copyright © 2022. All rights reserved.