Flow Log Destination Options Args
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
fun FlowLogDestinationOptionsArgs(fileFormat: Output<String>? = null, hiveCompatiblePartitions: Output<Boolean>? = null, perHourPartition: Output<Boolean>? = null)