AWS SDK for .NET Documentation
DescribeStackResources Method (describeStackResourcesRequest)
AmazonAmazon.CloudFormationAmazonCloudFormationClientDescribeStackResources(DescribeStackResourcesRequest) Did this page help you?   Yes   No    Tell us about it...

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.

Declaration Syntax
C#
public DescribeStackResourcesResponse DescribeStackResources(
	DescribeStackResourcesRequest describeStackResourcesRequest
)
Parameters
describeStackResourcesRequest (DescribeStackResourcesRequest)
Container for the necessary parameters to execute the DescribeStackResources service method on AmazonCloudFormation.
Return Value
The response from the DescribeStackResources service method, as returned by AmazonCloudFormation.

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