FlowLogDestinationOptionsArgs

data class FlowLogDestinationOptionsArgs(val fileFormat: Output<String>? = null, val hiveCompatiblePartitions: Output<Boolean>? = null, val perHourPartition: Output<Boolean>? = null) : ConvertibleToJava<FlowLogDestinationOptionsArgs>

Constructors

Link copied to clipboard
constructor(fileFormat: Output<String>? = null, hiveCompatiblePartitions: Output<Boolean>? = null, perHourPartition: Output<Boolean>? = null)

Properties

Link copied to clipboard
val fileFormat: Output<String>? = null

The format for the flow log. Default value: plain-text. Valid values: plain-text, parquet.

Link copied to clipboard
val hiveCompatiblePartitions: Output<Boolean>? = null

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

Link copied to clipboard
val perHourPartition: Output<Boolean>? = null

Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. Default value: false.

Functions

Link copied to clipboard
open override fun toJava(): FlowLogDestinationOptionsArgs