Skip to content

Guardduty  >  Structures  >  DetectorFeatureConfigurationResult

DetectorFeatureConfigurationResult

Structure Class

DetectorFeatureConfigurationResult 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[DetectorAdditionalConfigurationResult] | None = None

Additional configuration for a resource.

name class-attribute instance-attribute
name: DetectorFeatureResult | None = None

Indicates the name of the feature that can be enabled for the detector.

status class-attribute instance-attribute
status: FeatureStatus | None = None

Indicates the status of the feature that is enabled for the detector.

updated_at class-attribute instance-attribute
updated_at: datetime | None = None

The timestamp at which the feature object was updated.