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.

The ChangeSetSummary structure describes a change set, its status, and the stack with which it's associated.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.ChangeSetSummary

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

Syntax

C#
public class ChangeSetSummary

The ChangeSetSummary type exposes the following members

Constructors

NameDescription
Public Method ChangeSetSummary()

Properties

NameTypeDescription
Public Property ChangeSetId System.String

Gets and sets the property ChangeSetId.

The ID of the change set.

Public Property ChangeSetName System.String

Gets and sets the property ChangeSetName.

The name of the change set.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The start time when the change set was created, in UTC.

Public Property Description System.String

Gets and sets the property Description.

Descriptive information about the change set.

Public Property ExecutionStatus Amazon.CloudFormation.ExecutionStatus

Gets and sets the property ExecutionStatus.

If the change set execution status is AVAILABLE, you can execute the change set. If you can't execute the change set, the status indicates why. For example, a change set might be in an UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state because the stack was already updated.

Public Property ImportExistingResources System.Boolean

Gets and sets the property ImportExistingResources.

Indicates if the change set imports resources that already exist.

Public Property IncludeNestedStacks System.Boolean

Gets and sets the property IncludeNestedStacks.

Specifies the current setting of IncludeNestedStacks for the change set.

Public Property ParentChangeSetId System.String

Gets and sets the property ParentChangeSetId.

The parent change set ID.

Public Property RootChangeSetId System.String

Gets and sets the property RootChangeSetId.

The root change set ID.

Public Property StackId System.String

Gets and sets the property StackId.

The ID of the stack with which the change set is associated.

Public Property StackName System.String

Gets and sets the property StackName.

The name of the stack with which the change set is associated.

Public Property Status Amazon.CloudFormation.ChangeSetStatus

Gets and sets the property Status.

The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or FAILED.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

A description of the change set's status. For example, if your change set is in the FAILED state, CloudFormation shows the error message.

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