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