View source: R/docdb_operations.R
docdb_remove_source_identifier_from_subscription | R Documentation |
Removes a source identifier from an existing Amazon DocumentDB event notification subscription.
See https://www.paws-r-sdk.com/docs/docdb_remove_source_identifier_from_subscription/ for full documentation.
docdb_remove_source_identifier_from_subscription(
SubscriptionName,
SourceIdentifier
)
SubscriptionName |
[required] The name of the Amazon DocumentDB event notification subscription that you want to remove a source identifier from. |
SourceIdentifier |
[required] The source identifier to be removed from the subscription, such as the instance identifier for an instance, or the name of a security group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.