File tree 1 file changed +4
-4
lines changed
packages/@aws-cdk/aws-cloudformation
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.
18
18
19
19
This package defines the following actions:
20
20
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,
22
22
or updated if it already exists. If the stack is in a failure state, deployment will fail (unless ` replaceOnFailure `
23
23
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
26
26
to manually verify the changes that are being staged, or if you want to separate the people (or system) preparing the
27
27
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.
29
29
30
30
### Custom Resources
31
31
You can’t perform that action at this time.
0 commit comments