AWS SDK Version 2 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.

.NET Framework 3.5
 
The StackSummary Data Type

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.StackSummary

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class StackSummary : Object

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 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 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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1