Values_4.DestinationOptionsRequestSourceDescribes the destination options for a flow log.
type nonrec t = {fileFormat : Values_1.DestinationFileFormat.t option;The format for the flow log. The default is plain-text.
*)hiveCompatiblePartitions : Values_0.Boolean.t option;Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is false.
*)perHourPartition : Values_0.Boolean.t option;Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is false.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Values_0.Boolean.t | `Enum of string ]) list ]