Class: Aws::SecurityHub::Types::AwsAmazonMqBrokerLogsDetails

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

Overview

Provides information about logs to be activated for the specified broker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auditBoolean

Activates audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Doesn’t apply to RabbitMQ brokers.



1446
1447
1448
1449
1450
1451
1452
1453
1454
# File 'lib/aws-sdk-securityhub/types.rb', line 1446

class AwsAmazonMqBrokerLogsDetails < Struct.new(
  :audit,
  :general,
  :audit_log_group,
  :general_log_group,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end

#audit_log_groupString

The location of the CloudWatch Logs log group where audit logs are sent.



1446
1447
1448
1449
1450
1451
1452
1453
1454
# File 'lib/aws-sdk-securityhub/types.rb', line 1446

class AwsAmazonMqBrokerLogsDetails < Struct.new(
  :audit,
  :general,
  :audit_log_group,
  :general_log_group,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end

#generalBoolean

Activates general logging.



1446
1447
1448
1449
1450
1451
1452
1453
1454
# File 'lib/aws-sdk-securityhub/types.rb', line 1446

class AwsAmazonMqBrokerLogsDetails < Struct.new(
  :audit,
  :general,
  :audit_log_group,
  :general_log_group,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end

#general_log_groupString

The location of the CloudWatch Logs log group where general logs are sent.



1446
1447
1448
1449
1450
1451
1452
1453
1454
# File 'lib/aws-sdk-securityhub/types.rb', line 1446

class AwsAmazonMqBrokerLogsDetails < Struct.new(
  :audit,
  :general,
  :audit_log_group,
  :general_log_group,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end

#pendingTypes::AwsAmazonMqBrokerLogsPendingDetails

The list of information about logs that are to be turned on for the specified broker.



1446
1447
1448
1449
1450
1451
1452
1453
1454
# File 'lib/aws-sdk-securityhub/types.rb', line 1446

class AwsAmazonMqBrokerLogsDetails < Struct.new(
  :audit,
  :general,
  :audit_log_group,
  :general_log_group,
  :pending)
  SENSITIVE = []
  include Aws::Structure
end