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:



2794
2795
2796
2797
2798
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2794

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