DetectorFeatureConfiguration¶
Structure Class¶
DetectorFeatureConfiguration
dataclass
¶
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.
Attributes¶
additional_configuration
class-attribute
instance-attribute
¶
additional_configuration: list[DetectorAdditionalConfiguration] | None = None
Additional configuration for a resource.
name
class-attribute
instance-attribute
¶
name: DetectorFeature | None = None
The name of the feature.
status
class-attribute
instance-attribute
¶
status: FeatureStatus | None = None
The status of the feature.