| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Method and Description |
|---|---|
CloudAssembly |
Stage.synth()
(experimental) Synthesize this stage into a cloud assembly.
|
CloudAssembly |
Stage.synth(StageSynthesisOptions options)
(experimental) Synthesize this stage into a cloud assembly.
|
| Modifier and Type | Method and Description |
|---|---|
CloudAssembly |
CloudAssemblyBuilder.buildAssembly()
(experimental) Finalizes the cloud assembly into the output directory returns a `CloudAssembly` object that can be used to inspect the assembly.
|
CloudAssembly |
CloudAssemblyBuilder.buildAssembly(AssemblyBuildOptions options)
(experimental) Finalizes the cloud assembly into the output directory returns a `CloudAssembly` object that can be used to inspect the assembly.
|
CloudAssembly |
CloudArtifact.getAssembly() |
CloudAssembly |
NestedCloudAssemblyArtifact.getNestedAssembly()
(experimental) The nested Assembly.
|
CloudAssembly |
CloudAssembly.getNestedAssembly(String artifactId)
(experimental) Returns a nested assembly.
|
| Modifier and Type | Method and Description |
|---|---|
static AssetManifestArtifact.Builder |
AssetManifestArtifact.Builder.create(CloudAssembly assembly,
String name) |
static CloudFormationStackArtifact.Builder |
CloudFormationStackArtifact.Builder.create(CloudAssembly assembly,
String artifactId) |
static NestedCloudAssemblyArtifact.Builder |
NestedCloudAssemblyArtifact.Builder.create(CloudAssembly assembly,
String name) |
static TreeCloudArtifact.Builder |
TreeCloudArtifact.Builder.create(CloudAssembly assembly,
String name) |
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.