| Package | Description |
|---|---|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssetManifestArtifact
(experimental) Asset manifest is a description of a set of assets which need to be built and published.
|
class |
CloudFormationStackArtifact |
class |
NestedCloudAssemblyArtifact
(experimental) Asset manifest is a description of a set of assets which need to be built and published.
|
class |
TreeCloudArtifact |
| Modifier and Type | Method and Description |
|---|---|
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.
|
CloudArtifact |
CloudAssembly.tryGetArtifact(String id)
(experimental) Attempts to find an artifact with a specific identity.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudArtifact> |
CloudAssembly.getArtifacts()
(experimental) All artifacts included in this assembly.
|
List<CloudArtifact> |
CloudArtifact.getDependencies()
(experimental) Returns all the artifacts that this artifact depends on.
|
Copyright © 2021. All rights reserved.