docdb_add_source_identifier_to_subscription: Adds a source identifier to an existing event notification...

View source: R/docdb_operations.R

docdb_add_source_identifier_to_subscriptionR Documentation

Adds a source identifier to an existing event notification subscription

Description

Adds a source identifier to an existing event notification subscription.

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

Usage

docdb_add_source_identifier_to_subscription(SubscriptionName, SourceIdentifier)

Arguments

SubscriptionName

[required] The name of the Amazon DocumentDB event notification subscription that you want to add a source identifier to.

SourceIdentifier

[required] The identifier of the event source to be added:

  • If the source type is an instance, a DBInstanceIdentifier must be provided.

  • If the source type is a security group, a DBSecurityGroupName must be provided.

  • If the source type is a parameter group, a DBParameterGroupName must be provided.

  • If the source type is a snapshot, a DBSnapshotIdentifier must be provided.


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