rds_stop_activity_stream {paws.database} | R Documentation |
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,
|
ApplyImmediately |
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database. |
[Package paws.database version 0.9.0 Index]