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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2690
2691
2692
2693
2694
2695
2696
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2690

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)


2690
2691
2692
2693
2694
2695
2696
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2690

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)


2690
2691
2692
2693
2694
2695
2696
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2690

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