Values_0.StopActivityStreamRequestSourceStops a database activity stream that was started using the Amazon Web Services console, the start-activity-stream CLI command, or the StartActivityStream operation. For more information, see Monitoring Amazon Aurora with Database Activity Streams in the Amazon Aurora User Guide or Monitoring Amazon RDS with Database Activity Streams in the Amazon RDS User Guide.
type nonrec t = {resourceArn : String_.t;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 : BooleanOptional.t option;Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BooleanOptional.t | `String of String_.t ])
list ]