Learn R Programming

paws.database (version 0.7.0)

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

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 operation.

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.