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

Contains detailed information about the specified stack resource.

Declaration Syntax
C#
public class StackResourceDetail
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
StackResourceDetail()()()()
Initializes a new instance of the StackResourceDetail 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.)
LastUpdatedTimestamp
Time the status was updated.

LogicalResourceId
The logical name of the resource specified in the template.

Metadata
The JSON format content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.

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 resource. ((For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)

StackId
Unique identifier of the stack.

StackName
The name associated with the stack.

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

WithLastUpdatedTimestamp(DateTime) Obsolete.
Sets the LastUpdatedTimestamp property

WithLogicalResourceId(String) Obsolete.
Sets the LogicalResourceId property

WithMetadata(String) Obsolete.
Sets the Metadata property

WithPhysicalResourceId(String) Obsolete.
Sets the PhysicalResourceId 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

Inheritance Hierarchy
Object
StackResourceDetail

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