Module Values.CustomS3LocationSource

Contains information about the Amazon S3 location of the file containing the content to ingest into a knowledge base connected to a custom data source.

Sourcetype nonrec t = {
  1. uri : S3ObjectUri.t;
    (*

    The S3 URI of the file containing the content to ingest.

    *)
  2. bucketOwnerAccountId : BucketOwnerAccountId.t option;
    (*

    The identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.

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