Module Values.AsyncInvokeS3OutputDataConfigSource

Asynchronous invocation output data settings.

Sourcetype nonrec t = {
  1. s3Uri : S3Uri.t;
    (*

    An object URI starting with s3://.

    *)
  2. kmsKeyId : KmsKeyId.t option;
    (*

    A KMS encryption key ID.

    *)
  3. bucketOwner : AccountId.t option;
    (*

    If the bucket belongs to another AWS account, specify that account's ID.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKeyId:??? -> ?bucketOwner:??? -> s3Uri:S3Uri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3Uri.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