Class: Aws::ObservabilityAdmin::Types::VPCFlowLogParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::VPCFlowLogParameters
- 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
-
#log_format ⇒ String
The format in which VPC Flow Log entries should be logged.
-
#max_aggregation_interval ⇒ Integer
The maximum interval in seconds between the capture of flow log records.
-
#traffic_type ⇒ String
The type of traffic to log (ACCEPT, REJECT, or ALL).
Instance Attribute Details
#log_format ⇒ String
The format in which VPC Flow Log entries should be logged.
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_interval ⇒ Integer
The maximum interval in seconds between the capture of flow log records.
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_type ⇒ String
The type of traffic to log (ACCEPT, REJECT, or ALL).
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 |