The StackEvent data type.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class StackEvent
Public Class StackEvent
public ref class StackEvent
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| StackEvent()()()() | Initializes a new instance of the StackEvent class | |
| Equals(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: | |
| ResourceStatusReason |
Success/failure message associated with the resource.
| |
| ResourceType |
Type of the resource. (For more information, go to 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()()()() | (Inherited from Object.) | |
| WithEventId(String) |
Sets the EventId property
| |
| WithLogicalResourceId(String) |
Sets the LogicalResourceId property
| |
| WithPhysicalResourceId(String) |
Sets the PhysicalResourceId property
| |
| WithResourceProperties(String) |
Sets the ResourceProperties property
| |
| WithResourceStatus(String) |
Sets the ResourceStatus property
| |
| WithResourceStatusReason(String) |
Sets the ResourceStatusReason property
| |
| WithResourceType(String) |
Sets the ResourceType property
| |
| WithStackId(String) |
Sets the StackId property
| |
| WithStackName(String) |
Sets the StackName property
| |
| WithTimestamp(DateTime) |
Sets the Timestamp property
|