
describe-event-subscriptions
****************************


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

Lists all the subscription descriptions for a customer account. The
description for a subscription includes SubscriptionName, SNSTopicARN,
CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify a SubscriptionName, lists the description for that
subscription.


SYNOPSIS
========

   aws rds describe-event-subscriptions
     [--marker <value>]
     [--max-records <value>]
     [--subscription-name <value>]


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

None


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

"--marker"  (string)
   An optional pagination token provided by a previous describe-
   orderable-db-instance-options 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
   pagination token called a marker is included in the response so
   that the remaining results can be retrieved.

   Default: 100

   Constraints: minimum 20, maximum 100

"--subscription-name"  (string)
   The name of the RDS event notification subscription you want to
   describe.
