Values_1.DestinationOptionsResponseSourceDescribes the destination options for a flow log.
type nonrec t = {fileFormat : DestinationFileFormat.t option;The format for the flow log.
*)hiveCompatiblePartitions : Values_0.Boolean.t option;Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
*)perHourPartition : Values_0.Boolean.t option;Indicates whether to partition the flow log per hour.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Values_0.Boolean.t | `Enum of string ]) list ]