Module Values.S3DataConfigSource

The configuration details of an Amazon S3 input or output bucket.

Sourcetype nonrec t = {
  1. path : S3Location.t;
    (*

    The file path of the Amazon S3 bucket.

    *)
  2. kmsKeyArn : KmsKeyArn.t option;
    (*

    The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKeyArn:??? -> path:S3Location.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3Location.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