Class: Aws::GuardDuty::Types::DetectorFeatureConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DetectorFeatureConfiguration
- 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::DetectorAdditionalConfiguration>
Additional configuration for a resource.
-
#name ⇒ String
The name of the feature.
-
#status ⇒ String
The status of the feature.
Instance Attribute Details
#additional_configuration ⇒ Array<Types::DetectorAdditionalConfiguration>
Additional configuration for a resource.
2672 2673 2674 2675 2676 2677 2678 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2672 class DetectorFeatureConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the feature.
2672 2673 2674 2675 2676 2677 2678 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2672 class DetectorFeatureConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the feature.
2672 2673 2674 2675 2676 2677 2678 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2672 class DetectorFeatureConfiguration < Struct.new( :name, :status, :additional_configuration) SENSITIVE = [] include Aws::Structure end |