Skip to content

Commit 6c0e75b

Browse files
authored
feat(aws-cloudformation): update the ReadMe of the module to reflect the new Action names. (#775)
Follow up from #771.
1 parent 007e7b4 commit 6c0e75b

File tree

1 file changed

+4
-4
lines changed
  • packages/@aws-cdk/aws-cloudformation

1 file changed

+4
-4
lines changed

Diff for: packages/@aws-cdk/aws-cloudformation/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ for more details about using CloudFormation in CodePipeline.
1818

1919
This 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

0 commit comments

Comments
 (0)