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 StackSummary Data Type

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.StackSummary

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

Syntax

C#
public class StackSummary

The StackSummary type exposes the following members

Constructors

NameDescription
Public Method StackSummary()

Properties

NameTypeDescription
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time the stack was created.

Public Property DeletionTime System.DateTime

Gets and sets the property DeletionTime.

The time the stack was deleted.

Public Property DriftInformation Amazon.CloudFormation.Model.StackDriftInformationSummary

Gets and sets the property DriftInformation.

Summarizes information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

Public Property LastUpdatedTime System.DateTime

Gets and sets the property LastUpdatedTime.

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

Public Property ParentId System.String

Gets and sets the property ParentId.

For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.

For more information, see Working with Nested Stacks in the CloudFormation User Guide.

Public Property RootId System.String

Gets and sets the property RootId.

For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.

For more information, see Working with Nested Stacks in the CloudFormation User Guide.

Public Property StackId System.String

Gets and sets the property StackId.

Unique stack identifier.

Public Property StackName System.String

Gets and sets the property StackName.

The name associated with the stack.

Public Property StackStatus Amazon.CloudFormation.StackStatus

Gets and sets the property StackStatus.

The current status of the stack.

Public Property StackStatusReason System.String

Gets and sets the property StackStatusReason.

Success/Failure message associated with the stack status.

Public Property TemplateDescription System.String

Gets and sets the property TemplateDescription.

The template description of the template used to create the stack.

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