The StackResource data type.

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class StackResource
Public Class StackResource
public ref class StackResource

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
StackResource()()()()
Initializes a new instance of the StackResource class
Description
User defined description associated with the resource.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 that corresponds to a physical instance ID of a resource supported by AWS CloudFormation.
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 the resource. (For more information, go to the AWS CloudFormation User Guide.)
StackId
Unique identifier of the stack.
StackName
The name associated with the stack.
Timestamp
Time the status was updated.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDescription(String)
Sets the Description property
WithLogicalResourceId(String)
Sets the LogicalResourceId property
WithPhysicalResourceId(String)
Sets the PhysicalResourceId 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

Inheritance Hierarchy

System..::..Object
  Amazon.CloudFormation.Model..::..StackResource

See Also