FlowLogDestinationOptions

data class FlowLogDestinationOptions(val fileFormat: String? = null, val hiveCompatiblePartitions: Boolean? = null, val perHourPartition: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileFormat: String? = null

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.