paws.management (version 0.1.0)

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

Description

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

Usage

cloudformation_describe_change_set(ChangeSetName, StackName, NextToken)

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 DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

Request syntax

svc$describe_change_set(
  ChangeSetName = "string",
  StackName = "string",
  NextToken = "string"
)