neptune_remove_source_identifier_from_subscription: Removes a source identifier from an existing event...

View source: R/neptune_operations.R

neptune_remove_source_identifier_from_subscriptionR Documentation

Removes a source identifier from an existing event notification subscription

Description

Removes a source identifier from an existing event notification subscription.

See https://www.paws-r-sdk.com/docs/neptune_remove_source_identifier_from_subscription/ for full documentation.

Usage

neptune_remove_source_identifier_from_subscription(
  SubscriptionName,
  SourceIdentifier
)

Arguments

SubscriptionName

[required] The name of the 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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.