
add-source-identifier-to-subscription
*************************************


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

Adds a source identifier to an existing RDS event notification
subscription.


SYNOPSIS
========

   aws rds add-source-identifier-to-subscription
     --source-identifier <value>
     --subscription-name <value>


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

"--source-identifier"  (string)
   The identifier of the event source to be added. An identifier must
   begin with a letter and must contain only ASCII letters, digits,
   and hyphens; it cannot end with a hyphen or contain two consecutive
   hyphens.

   Constraints:

   * If the source type is a DB instance, then a DBInstanceIdentifier
     must be supplied.

   * If the source type is a DB security group, a DBSecurityGroupName
     must be supplied.

   * If the source type is a DB parameter group, a
     DBParameterGroupName must be supplied.

   * If the source type is a DB Snapshot, a DBSnapshotIdentifier must
     be supplied.

"--subscription-name"  (string)
   The name of the RDS event notification subscription you want to add
   a source identifier to.


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

None
