Values_0.AthenaDatasetDefinitionSourceConfiguration for Athena Dataset Definition input.
type nonrec t = {catalog : AthenaCatalog.t;database : AthenaDatabase.t;queryString : AthenaQueryString.t;workGroup : AthenaWorkGroup.t option;outputS3Uri : S3Uri.t;The location in Amazon S3 where Athena query results are stored.
*)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.
*)outputFormat : AthenaResultFormat.t;outputCompression : AthenaResultCompressionType.t option;}val make :
?workGroup:??? ->
?kmsKeyId:??? ->
?outputCompression:??? ->
catalog:AthenaCatalog.t ->
database:AthenaDatabase.t ->
queryString:AthenaQueryString.t ->
outputS3Uri:S3Uri.t ->
outputFormat:AthenaResultFormat.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AthenaCatalog.t ]) list ]