cloudformation_delete_change_set {paws.management} | R Documentation |
Deletes the specified change set
Description
Deletes the specified change set. Deleting change sets ensures that no one executes the wrong change set.
See https://www.paws-r-sdk.com/docs/cloudformation_delete_change_set/ for full documentation.
Usage
cloudformation_delete_change_set(ChangeSetName, StackName = NULL)
Arguments
ChangeSetName |
[required] The name or Amazon Resource Name (ARN) of the change set that you want to delete. |
StackName |
If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it. |
[Package paws.management version 0.7.0 Index]