Module Values_0.AthenaDatasetDefinitionSource

Configuration for Athena Dataset Definition input.

Sourcetype nonrec t = {
  1. catalog : AthenaCatalog.t;
  2. database : AthenaDatabase.t;
  3. queryString : AthenaQueryString.t;
  4. workGroup : AthenaWorkGroup.t option;
  5. outputS3Uri : S3Uri.t;
    (*

    The location in Amazon S3 where Athena query results are stored.

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

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.

    *)
  7. outputFormat : AthenaResultFormat.t;
  8. outputCompression : AthenaResultCompressionType.t option;
}
Sourceval context_ : string
Sourceval make : ?workGroup:??? -> ?kmsKeyId:??? -> ?outputCompression:??? -> catalog:AthenaCatalog.t -> database:AthenaDatabase.t -> queryString:AthenaQueryString.t -> outputS3Uri:S3Uri.t -> outputFormat:AthenaResultFormat.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of AthenaCatalog.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