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

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



2821
2822
2823
2824
2825
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2821

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