Values_1.AthenaIntegrationSourceDescribes integration options for Amazon Athena.
type nonrec t = {integrationResultS3DestinationArn : Values_0.String_.t;The location in Amazon S3 to store the generated CloudFormation template.
*)partitionLoadFrequency : Values_0.PartitionLoadFrequency.t;The schedule for adding new partitions to the table.
*)partitionStartDate : Values_0.MillisecondDateTime.t option;The start date for the partition.
*)partitionEndDate : Values_0.MillisecondDateTime.t option;The end date for the partition.
*)}val make :
?partitionStartDate:??? ->
?partitionEndDate:??? ->
integrationResultS3DestinationArn:Values_0.String_.t ->
partitionLoadFrequency:Values_0.PartitionLoadFrequency.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]