Flow Log Destination Options
data class FlowLogDestinationOptions(val fileFormat: String? = null, val hiveCompatiblePartitions: Boolean? = null, val perHourPartition: Boolean? = null)
Constructors
Link copied to clipboard
fun FlowLogDestinationOptions(fileFormat: String? = null, hiveCompatiblePartitions: Boolean? = null, perHourPartition: Boolean? = null)