Destination Options Properties Args
data class DestinationOptionsPropertiesArgs(val fileFormat: Output<FlowLogDestinationOptionsPropertiesFileFormat>, val hiveCompatiblePartitions: Output<Boolean>, val perHourPartition: Output<Boolean>) : ConvertibleToJava<DestinationOptionsPropertiesArgs>
The destination options.
Constructors
Link copied to clipboard
constructor(fileFormat: Output<FlowLogDestinationOptionsPropertiesFileFormat>, hiveCompatiblePartitions: Output<Boolean>, perHourPartition: Output<Boolean>)
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
.