Class: Aws::NetworkFirewall::Types::LoggingConfiguration

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

Overview

Defines how Network Firewall performs logging for a Firewall.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_destination_configsArray<Types::LogDestinationConfig>

Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups.

Returns:



2778
2779
2780
2781
2782
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2778

class LoggingConfiguration < Struct.new(
  :log_destination_configs)
  SENSITIVE = []
  include Aws::Structure
end