DestinationOptionsProperties

data class DestinationOptionsProperties(val fileFormat: FlowLogDestinationOptionsPropertiesFileFormat, val hiveCompatiblePartitions: Boolean, val perHourPartition: Boolean)

The destination options.

Constructors

Link copied to clipboard
constructor(fileFormat: FlowLogDestinationOptionsPropertiesFileFormat, hiveCompatiblePartitions: Boolean, perHourPartition: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format for the flow log. The default is plain-text .

Link copied to clipboard

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

Link copied to clipboard

Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is false .