Class: Aws::GuardDuty::Types::DetectorFeatureConfigurationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::DetectorFeatureConfigurationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Contains information about a GuardDuty feature.
Specifying both EKS Runtime Monitoring (‘EKS_RUNTIME_MONITORING`) and Runtime Monitoring (`RUNTIME_MONITORING`) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see [Runtime Monitoring].
[1]: docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #additional_configuration  ⇒ Array<Types::DetectorAdditionalConfigurationResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Additional configuration for a resource.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the name of the feature that can be enabled for the detector.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the status of the feature that is enabled for the detector.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp at which the feature object was updated.
 
Instance Attribute Details
#additional_configuration ⇒ Array<Types::DetectorAdditionalConfigurationResult>
Additional configuration for a resource.
      2712 2713 2714 2715 2716 2717 2718 2719  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 2712 class DetectorFeatureConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
Indicates the name of the feature that can be enabled for the detector.
      2712 2713 2714 2715 2716 2717 2718 2719  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 2712 class DetectorFeatureConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Indicates the status of the feature that is enabled for the detector.
      2712 2713 2714 2715 2716 2717 2718 2719  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 2712 class DetectorFeatureConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The timestamp at which the feature object was updated.
      2712 2713 2714 2715 2716 2717 2718 2719  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 2712 class DetectorFeatureConfigurationResult < Struct.new( :name, :status, :updated_at, :additional_configuration) SENSITIVE = [] include Aws::Structure end  |