Module Values.S3BucketSource

The S3 bucket where RDP connection recordings are stored.

Sourcetype nonrec t = {
  1. bucketName : BucketName.t;
    (*

    The name of the S3 bucket where RDP connection recordings are stored.

    *)
  2. bucketOwner : AccountId.t;
    (*

    The Amazon Web Services account number that owns the S3 bucket.

    *)
}
Sourceval context_ : string
Sourceval make : bucketName:BucketName.t -> bucketOwner:AccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BucketName.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