Uses of Class
software.amazon.awscdk.pipelines.StackDeployment
-
Uses of StackDeployment in software.amazon.awscdk.pipelines
Modifier and TypeMethodDescriptionstatic StackDeployment
StackDeployment.fromArtifact
(CloudFormationStackArtifact stackArtifact) Build aStackDeployment
from a Stack Artifact in a Cloud Assembly.Modifier and TypeMethodDescriptionStackDeployment.getStackDependencies()
Other stacks this stack depends on.StageDeployment.getStacks()
The stacks deployed in this stage.Modifier and TypeMethodDescriptionvoid
StackDeployment.addStackDependency
(StackDeployment stackDeployment) Add a dependency on another stack.StackOutputReference.isProducedBy
(StackDeployment stack) Whether or not this stack output is being produced by the given Stack deployment.