cloudformation_describe_change_set: Returns the inputs for the change set and a list of changes...

View source: R/cloudformation_operations.R

cloudformation_describe_change_setR Documentation

Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the change set

Description

Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the change set. For more information, see Updating Stacks Using Change Sets in the CloudFormation User Guide.

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

Usage

cloudformation_describe_change_set(
  ChangeSetName,
  StackName = NULL,
  NextToken = NULL,
  IncludePropertyValues = NULL
)

Arguments

ChangeSetName

[required] The name or Amazon Resource Name (ARN) of the change set that you want to describe.

StackName

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

NextToken

A string (provided by the describe_change_set response output) that identifies the next page of information that you want to retrieve.

IncludePropertyValues

If true, the returned changes include detailed changes in the property values.


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