Adds a source identifier to an existing RDS event notification subscription
Source:R/rds_operations.R
rds_add_source_identifier_to_subscription.RdAdds a source identifier to an existing RDS event notification subscription.
See https://www.paws-r-sdk.com/docs/rds_add_source_identifier_to_subscription/ for full documentation.
Arguments
- SubscriptionName
[required] The name of the RDS 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, a
DBInstanceIdentifiervalue must be supplied.If the source type is a DB cluster, a
DBClusterIdentifiervalue must be supplied.If the source type is a DB parameter group, a
DBParameterGroupNamevalue must be supplied.If the source type is a DB security group, a
DBSecurityGroupNamevalue must be supplied.If the source type is a DB snapshot, a
DBSnapshotIdentifiervalue must be supplied.If the source type is a DB cluster snapshot, a
DBClusterSnapshotIdentifiervalue must be supplied.If the source type is an RDS Proxy, a
DBProxyNamevalue must be supplied.