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 4.5
 
The StackEvent data type.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.StackEvent

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

Syntax

C#
public class StackEvent : Object

The StackEvent type exposes the following members

Constructors

NameDescription
Public Method StackEvent()

Properties

NameTypeDescription
Public Property EventId System.String Gets and sets the property EventId.

The unique ID of this event.

Public Property LogicalResourceId System.String Gets and sets the property LogicalResourceId.

The logical name of the resource specified in the template.

Public Property PhysicalResourceId System.String Gets and sets the property PhysicalResourceId.

The name or unique identifier associated with the physical instance of the resource.

Public Property ResourceProperties System.String Gets and sets the property ResourceProperties.

BLOB of the properties used to create the resource.

Public Property ResourceStatus Amazon.CloudFormation.ResourceStatus Gets and sets the property ResourceStatus.

Current status of the resource.

Public Property ResourceStatusReason System.String Gets and sets the property ResourceStatusReason.

Success/failure message associated with the resource.

Public Property ResourceType System.String Gets and sets the property ResourceType.

Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

Public Property StackId System.String Gets and sets the property StackId.

The unique ID name of the instance of the stack.

Public Property StackName System.String Gets and sets the property StackName.

The name associated with a stack.

Public Property Timestamp System.DateTime Gets and sets the property Timestamp.

Time the status was updated.

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