Class: Aws::GuardDuty::Types::OrganizationKubernetesAuditLogsConfigurationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::OrganizationKubernetesAuditLogsConfigurationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
The current configuration of Kubernetes audit logs as a data source for the organization.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_enable  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
 
Instance Attribute Details
#auto_enable ⇒ Boolean
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
      6609 6610 6611 6612 6613  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6609 class OrganizationKubernetesAuditLogsConfigurationResult < Struct.new( :auto_enable) SENSITIVE = [] include Aws::Structure end  |