cloudformation_list_change_sets: Returns the ID and status of each active change set for a...

View source: R/cloudformation_operations.R

cloudformation_list_change_setsR Documentation

Returns the ID and status of each active change set for a stack

Description

Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change sets that are in the CREATE_IN_PROGRESS or CREATE_PENDING state.

See https://www.paws-r-sdk.com/docs/cloudformation_list_change_sets/ for full documentation.

Usage

cloudformation_list_change_sets(StackName, NextToken = NULL)

Arguments

StackName

[required] The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

NextToken

A string (provided by the list_change_sets response output) that identifies the next page of change sets that you want to retrieve.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.