Returns AWS resource descriptions for running and deleted stacks. If StackName is specified, all the associated resources that are part of the stack are returned. If PhysicalResourceId is specified, the associated resources of the stack that the resource belongs to are returned.
NOTE:Only the first 100 resources will be returned. If your stack has more resources than this, you should use ListStackResources instead.
For deleted stacks, DescribeStackResources returns resource information for up to 90 days after the stack has been deleted.
You must specify either StackName or PhysicalResourceId , but not both. In addition, you can specify LogicalResourceId to filter the returned result. For more information about resources, the LogicalResourceId and PhysicalResourceId , go to the AWS CloudFormation User Guide .
NOTE:A ValidationError is returned if you specify both StackName and PhysicalResourceId in the same request.

C# |
public class DescribeStackResourcesRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeStackResourcesRequest()()()() | Initializes a new instance of the DescribeStackResourcesRequest class |
![]() | Equals(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 as specified in the template. Default: There is no default value.
|
![]() | PhysicalResourceId |
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS CloudFormation. For example, for an
Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId corresponds to the InstanceId. You can pass the EC2
InstanceId to DescribeStackResources to find which stack the instance belongs to and what other resources are part of the
stack. Required: Conditional. If you do not specify PhysicalResourceId, you must specify StackName. Default: There is no
default value.
|
![]() | StackName |
The name or the unique identifier associated with the stack. Required: Conditional. If you do not specify StackName, you must specify
PhysicalResourceId. Default: There is no default value.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithLogicalResourceId(String) | Obsolete.
Sets the LogicalResourceId property
|
![]() | WithPhysicalResourceId(String) | Obsolete.
Sets the PhysicalResourceId property
|
![]() | WithStackName(String) | Obsolete.
Sets the StackName property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | DescribeStackResourcesRequest |