Stops a database activity stream that was started using the AWS console,
the start-activity-stream
AWS CLI command, or the
start_activity_stream
action.
For more information, see Database Activity Streams in the Amazon Aurora User Guide.
rds_stop_activity_stream(ResourceArn, ApplyImmediately)
A list with the following syntax:
list(
KmsKeyId = "string",
KinesisStreamName = "string",
Status = "stopped"|"starting"|"started"|"stopping"
)
[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
)