Adds a source identifier to an existing event notification subscription
Source:R/docdb_operations.R
docdb_add_source_identifier_to_subscription.RdAdds a source identifier to an existing event notification subscription.
See https://www.paws-r-sdk.com/docs/docdb_add_source_identifier_to_subscription/ for full documentation.
Arguments
- SubscriptionName
[required] The name of the Amazon DocumentDB event notification subscription that you want to add a source identifier to.
- SourceIdentifier
[required] The identifier of the event source to be added:
If the source type is an instance, a
DBInstanceIdentifiermust be provided.If the source type is a security group, a
DBSecurityGroupNamemust be provided.If the source type is a parameter group, a
DBParameterGroupNamemust be provided.If the source type is a snapshot, a
DBSnapshotIdentifiermust be provided.