FlowLogFormatParametersArgs

data class FlowLogFormatParametersArgs(val type: Output<Either<String, FlowLogFormatType>>? = null, val version: Output<Int>? = null) : ConvertibleToJava<FlowLogFormatParametersArgs>

Parameters that define the flow log format.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, FlowLogFormatType>>? = null, version: Output<Int>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, FlowLogFormatType>>? = null

The file type of flow log.

Link copied to clipboard
val version: Output<Int>? = null

The version (revision) of the flow log.

Functions

Link copied to clipboard
open override fun toJava(): FlowLogFormatParametersArgs