class Aws::DocDB::Types::AddSourceIdentifierToSubscriptionMessage

Represents the input to AddSourceIdentifierToSubscription.

@note When making an API call, you may pass AddSourceIdentifierToSubscriptionMessage

data as a hash:

    {
      subscription_name: "String", # required
      source_identifier: "String", # required
    }

@!attribute [rw] subscription_name

The name of the Amazon DocumentDB event notification subscription
that you want to add a source identifier to.
@return [String]

@!attribute [rw] source_identifier

The identifier of the event source to be added:

* If the source type is an instance, a `DBInstanceIdentifier` must
  be provided.

* If the source type is a security group, a `DBSecurityGroupName`
  must be provided.

* If the source type is a parameter group, a `DBParameterGroupName`
  must be provided.

* If the source type is a snapshot, a `DBSnapshotIdentifier` must be
  provided.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/AddSourceIdentifierToSubscriptionMessage AWS API Documentation

Constants

SENSITIVE