Flow Log Destination Options Args
data class FlowLogDestinationOptionsArgs(val fileFormat: Output<String>? = null, val hiveCompatiblePartitions: Output<Boolean>? = null, val perHourPartition: Output<Boolean>? = null) : ConvertibleToJava<FlowLogDestinationOptionsArgs>
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
.