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.
1439 1440 1441 1442 1443 1444 1445 1446 1447 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1439 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.
1439 1440 1441 1442 1443 1444 1445 1446 1447 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1439 class AwsAmazonMqBrokerLogsDetails < Struct.new( :audit, :general, :audit_log_group, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |
#general ⇒ Boolean
Activates general logging.
1439 1440 1441 1442 1443 1444 1445 1446 1447 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1439 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.
1439 1440 1441 1442 1443 1444 1445 1446 1447 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1439 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.
1439 1440 1441 1442 1443 1444 1445 1446 1447 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1439 class AwsAmazonMqBrokerLogsDetails < Struct.new( :audit, :general, :audit_log_group, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |