Uses of Class
software.amazon.awscdk.pipelines.StackDeployment
Packages that use StackDeployment
-
Uses of StackDeployment in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return StackDeploymentModifier and TypeMethodDescriptionstatic StackDeploymentStackDeployment.fromArtifact(CloudFormationStackArtifact stackArtifact) Build aStackDeploymentfrom a Stack Artifact in a Cloud Assembly.Methods in software.amazon.awscdk.pipelines that return types with arguments of type StackDeploymentModifier and TypeMethodDescriptionStackDeployment.getStackDependencies()Other stacks this stack depends on.StageDeployment.getStacks()The stacks deployed in this stage.Methods in software.amazon.awscdk.pipelines with parameters of type StackDeploymentModifier and TypeMethodDescriptionvoidStackDeployment.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.