| 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()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(String version,
Map<String,? extends ArtifactManifest> artifacts,
List<? extends MissingContext> missing,
RuntimeInfo runtime)
Constructor that initializes the object based on literal property values passed by the
AssemblyManifest.Builder. |
| Modifier and Type | Method and Description |
|---|---|
ArtifactManifest |
CloudArtifact.getManifest()
(experimental) The artifact's manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudAssemblyBuilder.addArtifact(String id,
ArtifactManifest manifest)
(experimental) Adds an artifact into the cloud assembly.
|
static CloudArtifact |
CloudArtifact.fromManifest(CloudAssembly assembly,
String id,
ArtifactManifest artifact)
(experimental) 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 © 2021. All rights reserved.