Class: Aws::NetworkFirewall::Types::DescribeLoggingConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkfirewall/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_monitoring_dashboardBoolean

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.

Returns:

  • (Boolean)


2606
2607
2608
2609
2610
2611
2612
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2606

class DescribeLoggingConfigurationResponse < Struct.new(
  :firewall_arn,
  :logging_configuration,
  :enable_monitoring_dashboard)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_arnString

The Amazon Resource Name (ARN) of the firewall.

Returns:

  • (String)


2606
2607
2608
2609
2610
2611
2612
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2606

class DescribeLoggingConfigurationResponse < Struct.new(
  :firewall_arn,
  :logging_configuration,
  :enable_monitoring_dashboard)
  SENSITIVE = []
  include Aws::Structure
end

#logging_configurationTypes::LoggingConfiguration

Defines how Network Firewall performs logging for a Firewall.



2606
2607
2608
2609
2610
2611
2612
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2606

class DescribeLoggingConfigurationResponse < Struct.new(
  :firewall_arn,
  :logging_configuration,
  :enable_monitoring_dashboard)
  SENSITIVE = []
  include Aws::Structure
end