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


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

Returns events related to clusters, security groups, snapshots, and
parameter groups for the past 14 days. Events specific to a particular
cluster, security group, snapshot or parameter group can be obtained
by providing the name as a parameter. By default, the past hour of
events are returned.


SYNOPSIS
========

   aws redshift describe-events
     [--source-type <value>]
     [--marker <value>]
     [--max-records <value>]
     [--start-time <value>]
     [--duration <value>]
     [--source-identifier <value>]
     [--end-time <value>]


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

None


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

"--source-type"  (string)
   The event source to retrieve events for. If no value is specified,
   all events are returned.

   Constraints:

   If *--source-type* is supplied, *--source-identifier* must also be
   provided.

   * Specify "cluster" when *--source-identifier* is a cluster
     identifier.

   * Specify "cluster-security-group" when *--source-identifier* is a
     cluster security group name.

   * Specify "cluster-parameter-group" when *--source-identifier* is a
     cluster parameter group name.

   * Specify "cluster-snapshot" when *--source-identifier* is a
     cluster snapshot identifier.

"--marker"  (string)
   An optional marker returned from a previous **describe-events**
   request. If this parameter is specified, the response includes only
   records beyond the marker, up to the value specified by "--max-
   records" .

"--max-records"  (integer)
   The maximum number of records to include in the response. If more
   records exist than the specified "--max-records" value, a marker is
   included in the response so that the remaining results may be
   retrieved.

   Default: "100"

   Constraints: Value must be at least 20 and no more than 100.

"--start-time"  (timestamp)
   The beginning of the time interval to retrieve events for,
   specified in ISO 8601 format. For more information about ISO 8601,
   go to the ISO8601 Wikipedia page.

   Example: "2009-07-08T18:00Z"

"--duration"  (integer)
   The number of minutes prior to the time of the request for which to
   retrieve events. For example, if the request is sent at 18:00 and
   you specify a duration of 60, then only events which have occurred
   after 17:00 will be returned.

   Default: "60"

"--source-identifier"  (string)
   The identifier of the event source for which events will be
   returned. If this parameter is not specified, then all sources are
   included in the response.

   Constraints:

   If *--source-identifier* is supplied, *--source-type* must also be
   provided.

   * Specify a cluster identifier when *--source-type* is "cluster" .

   * Specify a cluster security group name when *--source-type* is
     "cluster-security-group" .

   * Specify a cluster parameter group name when *--source-type* is
     "cluster-parameter-group" .

   * Specify a cluster snapshot identifier when *--source-type* is
     "cluster-snapshot" .

"--end-time"  (timestamp)
   The end of the time interval for which to retrieve events,
   specified in ISO 8601 format. For more information about ISO 8601,
   go to the ISO8601 Wikipedia page.

   Example: "2009-07-08T18:00Z"
