Class: Aws::NetworkFirewall::Types::UpdateLoggingConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/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)


7184
7185
7186
7187
7188
7189
7190
7191
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7184

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

#firewall_arnString

The Amazon Resource Name (ARN) of the firewall.

Returns:

  • (String)


7184
7185
7186
7187
7188
7189
7190
7191
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7184

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

#firewall_nameString

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

Returns:

  • (String)


7184
7185
7186
7187
7188
7189
7190
7191
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7184

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

#logging_configurationTypes::LoggingConfiguration

Defines how Network Firewall performs logging for a Firewall.



7184
7185
7186
7187
7188
7189
7190
7191
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7184

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