Module Values_1.AthenaIntegrationSource

Describes integration options for Amazon Athena.

Sourcetype nonrec t = {
  1. integrationResultS3DestinationArn : Values_0.String_.t;
    (*

    The location in Amazon S3 to store the generated CloudFormation template.

    *)
  2. partitionLoadFrequency : Values_0.PartitionLoadFrequency.t;
    (*

    The schedule for adding new partitions to the table.

    *)
  3. partitionStartDate : Values_0.MillisecondDateTime.t option;
    (*

    The start date for the partition.

    *)
  4. partitionEndDate : Values_0.MillisecondDateTime.t option;
    (*

    The end date for the partition.

    *)
}
Sourceval context_ : string
Sourceval make : ?partitionStartDate:??? -> ?partitionEndDate:??? -> integrationResultS3DestinationArn:Values_0.String_.t -> partitionLoadFrequency:Values_0.PartitionLoadFrequency.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.t | `Timestamp of Values_0.MillisecondDateTime.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