Class: Aws::SecurityHub::Types::AwsAmazonMqBrokerLogsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsAmazonMqBrokerLogsDetails
- 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
-
#audit ⇒ Boolean
Activates audit logging.
-
#audit_log_group ⇒ String
The location of the CloudWatch Logs log group where audit logs are sent.
-
#general ⇒ Boolean
Activates general logging.
-
#general_log_group ⇒ String
The location of the CloudWatch Logs log group where general logs are sent.
-
#pending ⇒ Types::AwsAmazonMqBrokerLogsPendingDetails
The list of information about logs that are to be turned on for the specified broker.
Instance Attribute Details
#audit ⇒ Boolean
Activates audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Doesn’t apply to RabbitMQ brokers.
1433 1434 1435 1436 1437 1438 1439 1440 1441 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1433 class AwsAmazonMqBrokerLogsDetails < Struct.new( :audit, :general, :audit_log_group, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |
#audit_log_group ⇒ String
The location of the CloudWatch Logs log group where audit logs are sent.
1433 1434 1435 1436 1437 1438 1439 1440 1441 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1433 class AwsAmazonMqBrokerLogsDetails < Struct.new( :audit, :general, :audit_log_group, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |
#general ⇒ Boolean
Activates general logging.
1433 1434 1435 1436 1437 1438 1439 1440 1441 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1433 class AwsAmazonMqBrokerLogsDetails < Struct.new( :audit, :general, :audit_log_group, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |
#general_log_group ⇒ String
The location of the CloudWatch Logs log group where general logs are sent.
1433 1434 1435 1436 1437 1438 1439 1440 1441 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1433 class AwsAmazonMqBrokerLogsDetails < Struct.new( :audit, :general, :audit_log_group, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |
#pending ⇒ Types::AwsAmazonMqBrokerLogsPendingDetails
The list of information about logs that are to be turned on for the specified broker.
1433 1434 1435 1436 1437 1438 1439 1440 1441 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1433 class AwsAmazonMqBrokerLogsDetails < Struct.new( :audit, :general, :audit_log_group, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |