Module Values_1.DestinationOptionsResponseSource

Describes the destination options for a flow log.

Sourcetype nonrec t = {
  1. fileFormat : DestinationFileFormat.t option;
    (*

    The format for the flow log.

    *)
  2. hiveCompatiblePartitions : Values_0.Boolean.t option;
    (*

    Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.

    *)
  3. perHourPartition : Values_0.Boolean.t option;
    (*

    Indicates whether to partition the flow log per hour.

    *)
}
Sourceval make : ?fileFormat:??? -> ?hiveCompatiblePartitions:??? -> ?perHourPartition:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string ]) 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