AWS SDK for .NET Documentation
StackEvent Class
AmazonAmazon.CloudFormation.ModelStackEvent Did this page help you?   Yes   No    Tell us about it...

The StackEvent data type.

Declaration Syntax
C#
public class StackEvent
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
StackEvent()()()()
Initializes a new instance of the StackEvent class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EventId
The unique ID of this event.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
LogicalResourceId
The logical name of the resource specified in the template.

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

ResourceProperties
BLOB of the properties used to create the resource.

ResourceStatus
Current status of the resource.

Constraints:

Allowed Values
CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE


ResourceStatusReason
Success/failure message associated with the resource.

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

StackId
The unique ID name of the instance of the stack.

StackName
The name associated with a stack.

Timestamp
Time the status was updated.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEventId(String) Obsolete.
Sets the EventId property

WithLogicalResourceId(String) Obsolete.
Sets the LogicalResourceId property

WithPhysicalResourceId(String) Obsolete.
Sets the PhysicalResourceId property

WithResourceProperties(String) Obsolete.
Sets the ResourceProperties property

WithResourceStatus(String) Obsolete.
Sets the ResourceStatus property

WithResourceStatusReason(String) Obsolete.
Sets the ResourceStatusReason property

WithResourceType(String) Obsolete.
Sets the ResourceType property

WithStackId(String) Obsolete.
Sets the StackId property

WithStackName(String) Obsolete.
Sets the StackName property

WithTimestamp(DateTime) Obsolete.
Sets the Timestamp property

Inheritance Hierarchy
Object
StackEvent

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)