Class: Aws::GuardDuty::Types::KubernetesAuditLogsConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::KubernetesAuditLogsConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Describes whether Kubernetes audit logs are enabled as a data source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enable  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of Kubernetes audit logs as a data source.
 
Instance Attribute Details
#enable ⇒ Boolean
The status of Kubernetes audit logs as a data source.
      4600 4601 4602 4603 4604  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4600 class KubernetesAuditLogsConfiguration < Struct.new( :enable) SENSITIVE = [] include Aws::Structure end  |