Class: Aws::ObservabilityAdmin::Types::VPCFlowLogParameters

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

Overview

Configuration parameters specific to VPC Flow Logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_formatString

The format in which VPC Flow Log entries should be logged.

Returns:

  • (String)


883
884
885
886
887
888
889
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 883

class VPCFlowLogParameters < Struct.new(
  :log_format,
  :traffic_type,
  :max_aggregation_interval)
  SENSITIVE = []
  include Aws::Structure
end

#max_aggregation_intervalInteger

The maximum interval in seconds between the capture of flow log records.

Returns:

  • (Integer)


883
884
885
886
887
888
889
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 883

class VPCFlowLogParameters < Struct.new(
  :log_format,
  :traffic_type,
  :max_aggregation_interval)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_typeString

The type of traffic to log (ACCEPT, REJECT, or ALL).

Returns:

  • (String)


883
884
885
886
887
888
889
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 883

class VPCFlowLogParameters < Struct.new(
  :log_format,
  :traffic_type,
  :max_aggregation_interval)
  SENSITIVE = []
  include Aws::Structure
end