rds_stop_activity_stream: Stops a database activity stream that was started using the...

View source: R/rds_operations.R

rds_stop_activity_streamR Documentation

Stops a database activity stream that was started using the Amazon Web Services console, the start-activity-stream CLI command, or the StartActivityStream action

Description

Stops a database activity stream that was started using the Amazon Web Services console, the start-activity-stream CLI command, or the start_activity_stream action.

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

Usage

rds_stop_activity_stream(ResourceArn, ApplyImmediately = NULL)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example, arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.

ApplyImmediately

Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.


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