rds_remove_source_identifier_from_subscription {paws.database} | R Documentation |
Removes a source identifier from an existing RDS event notification subscription
Description
Removes a source identifier from an existing RDS event notification subscription.
See https://www.paws-r-sdk.com/docs/rds_remove_source_identifier_from_subscription/ for full documentation.
Usage
rds_remove_source_identifier_from_subscription(
SubscriptionName,
SourceIdentifier
)
Arguments
SubscriptionName |
[required] The name of the RDS event notification subscription you want to remove a source identifier from. |
SourceIdentifier |
[required] The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group. |
[Package paws.database version 0.9.0 Index]