Class: Aws::GuardDuty::Types::DataSourceConfigurations
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::DataSourceConfigurations
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Contains information about which data sources are enabled.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #kubernetes  ⇒ Types::KubernetesConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes whether any Kubernetes logs are enabled as data sources.
 - 
  
    
      #malware_protection  ⇒ Types::MalwareProtectionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes whether Malware Protection is enabled as a data source.
 - 
  
    
      #s3_logs  ⇒ Types::S3LogsConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes whether S3 data event logs are enabled as a data source.
 
Instance Attribute Details
#kubernetes ⇒ Types::KubernetesConfiguration
Describes whether any Kubernetes logs are enabled as data sources.
      1890 1891 1892 1893 1894 1895 1896  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1890 class DataSourceConfigurations < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end  | 
  
#malware_protection ⇒ Types::MalwareProtectionConfiguration
Describes whether Malware Protection is enabled as a data source.
      1890 1891 1892 1893 1894 1895 1896  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1890 class DataSourceConfigurations < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_logs ⇒ Types::S3LogsConfiguration
Describes whether S3 data event logs are enabled as a data source.
      1890 1891 1892 1893 1894 1895 1896  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1890 class DataSourceConfigurations < Struct.new( :s3_logs, :kubernetes, :malware_protection) SENSITIVE = [] include Aws::Structure end  |