File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/@aws-cdk/aws-cloudformation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ for more details about using CloudFormation in CodePipeline.
1818
1919This package defines the following actions:
2020
21- * ** CreateUpdateStack ** - Deploy a CloudFormation template directly from the pipeline. The indicated stack is created,
21+ * ** PipelineCreateUpdateStackAction ** - Deploy a CloudFormation template directly from the pipeline. The indicated stack is created,
2222 or updated if it already exists. If the stack is in a failure state, deployment will fail (unless ` replaceOnFailure `
2323 is set to ` true ` , in which case it will be destroyed and recreated).
24- * ** DeleteStackOnly ** - Delete the stack with the given name.
25- * ** CreateReplaceChangeSet ** - Prepare a change set to be applied later. You will typically use change sets if you want
24+ * ** PipelineDeleteStackAction ** - Delete the stack with the given name.
25+ * ** PipelineCreateReplaceChangeSetAction ** - Prepare a change set to be applied later. You will typically use change sets if you want
2626 to manually verify the changes that are being staged, or if you want to separate the people (or system) preparing the
2727 changes from the people (or system) applying the changes.
28- * ** ExecuteChangeSet ** - Execute a change set prepared previously.
28+ * ** PipelineExecuteChangeSetAction ** - Execute a change set prepared previously.
2929
3030### Custom Resources
3131
You can’t perform that action at this time.
0 commit comments