| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
static StackDeployment |
StackDeployment.fromArtifact(CloudFormationStackArtifact stackArtifact)
Build a `StackDeployment` from a Stack Artifact in a Cloud Assembly.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackDeployment> |
StackDeployment.getStackDependencies()
Other stacks this stack depends on.
|
List<StackDeployment> |
StageDeployment.getStacks()
The stacks deployed in this stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackDeployment.addStackDependency(StackDeployment stackDeployment)
Add a dependency on another stack.
|
Boolean |
StackOutputReference.isProducedBy(StackDeployment stack)
Whether or not this stack output is being produced by the given Stack deployment.
|
Copyright © 2022. All rights reserved.