Stops a database activity stream that was started using the AWS console,
the start-activity-stream
AWS CLI command, or the
StartActivityStream
action.
rds_stop_activity_stream(ResourceArn, ApplyImmediately)
[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
.
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
svc$stop_activity_stream( ResourceArn = "string", ApplyImmediately = TRUE|FALSE )
For more information, see Database Activity Streams in the Amazon Aurora User Guide.