Class: Aws::GuardDuty::Types::OrganizationKubernetesConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::OrganizationKubernetesConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Organization-wide Kubernetes data sources configurations.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #audit_logs  ⇒ Types::OrganizationKubernetesAuditLogsConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
 
Instance Attribute Details
#audit_logs ⇒ Types::OrganizationKubernetesAuditLogsConfiguration
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.
      6624 6625 6626 6627 6628  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6624 class OrganizationKubernetesConfiguration < Struct.new( :audit_logs) SENSITIVE = [] include Aws::Structure end  |