
list-stack-resources
********************


DESCRIPTION
===========

Returns descriptions of all resources of the specified stack.

For deleted stacks, list-stack-resources returns resource information
for up to 90 days after the stack has been deleted.


SYNOPSIS
========

   aws cloudformation list-stack-resources
     --stack-name <value>
     [--next-token <value>]


REQUIRED PARAMETERS
===================

"--stack-name"  (string)
   The name or the unique identifier associated with the stack.

   Default: There is no default value.


OPTIONAL PARAMETERS
===================

"--next-token"  (string)
   String that identifies the start of the next list of stack resource
   summaries, if there is one.

   Default: There is no default value.
