FlowLogDestinationOptions class

Constructors

FlowLogDestinationOptions({Input<String?>? fileFormat, Input<bool?>? hiveCompatiblePartitions, Input<bool?>? perHourPartition})
Creates a new FlowLogDestinationOptions. fileFormat File format for the flow log. Default value: plain-text. Valid values: plain-text, parquet. hiveCompatiblePartitions Whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. Default value: false. perHourPartition Whether to partition the flow log per hour. This reduces the cost and response time for queries. Default value: false.
const
FlowLogDestinationOptions.fromMap(Map<String, dynamic> map)
factory

Properties

fileFormat → Input<String?>?
File format for the flow log. Default value: plain-text. Valid values: plain-text, parquet.
final
hashCode int
The hash code for this object.
no setterinherited
hiveCompatiblePartitions → Input<bool?>?
Whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. Default value: false.
final
perHourPartition → Input<bool?>?
Whether to partition the flow log per hour. This reduces the cost and response time for queries. Default value: false.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited