Class: Aws::NetworkFirewall::Types::LoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::LoggingConfiguration
- 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
-
#log_destination_configs ⇒ Array<Types::LogDestinationConfig>
Defines the logging destinations for the logs for a firewall.
Instance Attribute Details
#log_destination_configs ⇒ Array<Types::LogDestinationConfig>
Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups.
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 |