View source: R/cloudformation_operations.R
cloudformation_delete_change_set | R Documentation |
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.
cloudformation_delete_change_set(ChangeSetName, StackName = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.