Module Values_0.StopActivityStreamRequestSource

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

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?applyImmediately:??? -> resourceArn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BooleanOptional.t | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t