Flow Log Destination Options
data class FlowLogDestinationOptions(val fileFormat: String? = null, val hiveCompatiblePartitions: Boolean? = null, val perHourPartition: Boolean? = null)
Properties
Link copied to clipboard
The format for the flow log. Default value: plain-text
. Valid values: plain-text
, parquet
.
Link copied to clipboard
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. Default value: false
.
Link copied to clipboard
Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. Default value: false
.