FlowLogFormatParameters Class

Parameters that define the flow log format.

Inheritance
FlowLogFormatParameters

Constructor

FlowLogFormatParameters(*, type: typing.Union[str, _ForwardRef('FlowLogFormatType'), NoneType] = None, version: typing.Union[int, NoneType] = 0, **kwargs)

Parameters

type
str or FlowLogFormatType

The file type of flow log. Possible values include: "JSON".

version
int

The version (revision) of the flow log.