Class: Aws::NetworkFirewall::Types::UpdateLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::UpdateLoggingConfigurationResponse
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_monitoring_dashboard ⇒ Boolean
A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.
-
#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
#enable_monitoring_dashboard ⇒ Boolean
A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.
Returns TRUE when the firewall monitoring dashboard is enabled on
the firewall. Returns FALSE when the firewall monitoring dashboard
is not enabled on the firewall.
9555 9556 9557 9558 9559 9560 9561 9562 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 9555 class UpdateLoggingConfigurationResponse < Struct.new( :firewall_arn, :firewall_name, :logging_configuration, :enable_monitoring_dashboard) SENSITIVE = [] include Aws::Structure end |
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
9555 9556 9557 9558 9559 9560 9561 9562 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 9555 class UpdateLoggingConfigurationResponse < Struct.new( :firewall_arn, :firewall_name, :logging_configuration, :enable_monitoring_dashboard) 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.
9555 9556 9557 9558 9559 9560 9561 9562 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 9555 class UpdateLoggingConfigurationResponse < Struct.new( :firewall_arn, :firewall_name, :logging_configuration, :enable_monitoring_dashboard) SENSITIVE = [] include Aws::Structure end |
#logging_configuration ⇒ Types::LoggingConfiguration
Defines how Network Firewall performs logging for a Firewall.
9555 9556 9557 9558 9559 9560 9561 9562 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 9555 class UpdateLoggingConfigurationResponse < Struct.new( :firewall_arn, :firewall_name, :logging_configuration, :enable_monitoring_dashboard) SENSITIVE = [] include Aws::Structure end |