
describe-stack-events
*********************


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

Returns all the stack related events for the AWS account. If "--stack-
name" is specified, returns events related to all the stacks with the
given name. If "--stack-name" is not specified, returns all the events
for the account. For more information about a stack's event history,
go to the AWS CloudFormation User Guide .

Note: Events are returned, even if the stack never existed or has been
  successfully deleted.


SYNOPSIS
========

   aws cloudformation describe-stack-events
     [--stack-name <value>]
     [--next-token <value>]


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

None


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

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

   Default: There is no default value.

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

   Default: There is no default value.
