| Package | Description |
|---|---|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
CloudFormationStackArtifact |
CloudFormationStackArtifact.Builder.build() |
CloudFormationStackArtifact |
CloudAssembly.getStackArtifact(String artifactId)
Returns a CloudFormation stack artifact from this assembly.
|
CloudFormationStackArtifact |
CloudAssembly.getStackByName(String stackName)
Returns a CloudFormation stack artifact from this assembly.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudFormationStackArtifact> |
CloudAssembly.getStacks() |
List<CloudFormationStackArtifact> |
CloudAssembly.getStacksRecursively()
Returns all the stacks, including the ones in nested assemblies.
|
| Modifier and Type | Method and Description |
|---|---|
static StackDeployment |
StackDeployment.fromArtifact(CloudFormationStackArtifact stackArtifact)
Build a `StackDeployment` from a Stack Artifact in a Cloud Assembly.
|
Copyright © 2022. All rights reserved.