AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DescribeChangeSet operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudFormation.AmazonCloudFormationRequest
      Amazon.CloudFormation.Model.DescribeChangeSetRequest

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeChangeSetRequest : AmazonCloudFormationRequest
         IAmazonWebServiceRequest

The DescribeChangeSetRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeChangeSetRequest()

Properties

NameTypeDescription
Public Property ChangeSetName System.String

Gets and sets the property ChangeSetName.

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

Public Property IncludePropertyValues System.Boolean

Gets and sets the property IncludePropertyValues.

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

Public Property NextToken System.String

Gets and sets the property NextToken.

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

Public Property StackName System.String

Gets and sets the property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5