Class: Aws::SecurityHub::Types::AwsAmazonMqBrokerLogsDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::AwsAmazonMqBrokerLogsDetails
 
- Defined in:
- gems/aws-sdk-securityhub/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.
| 1585 1586 1587 1588 1589 1590 1591 1592 1593 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1585 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.
| 1585 1586 1587 1588 1589 1590 1591 1592 1593 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1585 class AwsAmazonMqBrokerLogsDetails < Struct.new( :audit, :general, :audit_log_group, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end | 
#general ⇒ Boolean
Activates general logging.
| 1585 1586 1587 1588 1589 1590 1591 1592 1593 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1585 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.
| 1585 1586 1587 1588 1589 1590 1591 1592 1593 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1585 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.
| 1585 1586 1587 1588 1589 1590 1591 1592 1593 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1585 class AwsAmazonMqBrokerLogsDetails < Struct.new( :audit, :general, :audit_log_group, :general_log_group, :pending) SENSITIVE = [] include Aws::Structure end |