cloudformation_delete_change_set: Deletes the specified change set

View source: R/cloudformation_operations.R

cloudformation_delete_change_setR 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.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.