class Aws::DocDB::Types::AddSourceIdentifierToSubscriptionMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/AddSourceIdentifierToSubscriptionMessage AWS API Documentation
@return [String]
provided.
* If the source type is a snapshot, a ‘DBSnapshotIdentifier` must be
must be provided.
* If the source type is a parameter group, a `DBParameterGroupName`
must be provided.
* If the source type is a security group, a `DBSecurityGroupName`
be provided.
* If the source type is an instance, a `DBInstanceIdentifier` must
The identifier of the event source to be added:
@!attribute [rw] source_identifier
@return [String]
that you want to add a source identifier to.
The name of the Amazon DocumentDB event notification subscription
@!attribute [rw] subscription_name
}
source_identifier: “String”, # required
subscription_name: “String”, # required
{
data as a hash:
@note When making an API call, you may pass AddSourceIdentifierToSubscriptionMessage
Represents the input to AddSourceIdentifierToSubscription.