Class: Aws::NetworkFirewall::Types::UpdateLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::UpdateLoggingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
-
#firewall_name ⇒ String
The descriptive name of the firewall.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Defines how Network Firewall performs logging for a firewall.
Instance Attribute Details
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
4845 4846 4847 4848 4849 4850 4851 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4845 class UpdateLoggingConfigurationRequest < Struct.new( :firewall_arn, :firewall_name, :logging_configuration) SENSITIVE = [] include Aws::Structure end |
#firewall_name ⇒ String
The descriptive name of the firewall. You can’t change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
4845 4846 4847 4848 4849 4850 4851 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4845 class UpdateLoggingConfigurationRequest < Struct.new( :firewall_arn, :firewall_name, :logging_configuration) SENSITIVE = [] include Aws::Structure end |
#logging_configuration ⇒ Types::LoggingConfiguration
Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network Firewall disables logging for the firewall.
4845 4846 4847 4848 4849 4850 4851 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4845 class UpdateLoggingConfigurationRequest < Struct.new( :firewall_arn, :firewall_name, :logging_configuration) SENSITIVE = [] include Aws::Structure end |