Class: Aws::EC2::Types::DestinationOptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the destination options for a flow log.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_formatString

The format for the flow log. The default is plain-text.

Returns:

  • (String)


28130
28131
28132
28133
28134
28135
28136
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28130

class DestinationOptionsRequest < Struct.new(
  :file_format,
  :hive_compatible_partitions,
  :per_hour_partition)
  SENSITIVE = []
  include Aws::Structure
end

#hive_compatible_partitionsBoolean

Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is false.

Returns:

  • (Boolean)


28130
28131
28132
28133
28134
28135
28136
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28130

class DestinationOptionsRequest < Struct.new(
  :file_format,
  :hive_compatible_partitions,
  :per_hour_partition)
  SENSITIVE = []
  include Aws::Structure
end

#per_hour_partitionBoolean

Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is false.

Returns:

  • (Boolean)


28130
28131
28132
28133
28134
28135
28136
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28130

class DestinationOptionsRequest < Struct.new(
  :file_format,
  :hive_compatible_partitions,
  :per_hour_partition)
  SENSITIVE = []
  include Aws::Structure
end