Values.DetectorFeatureConfigurationSourceContains 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.
type nonrec t = {name : DetectorFeature.t option;The name of the feature.
*)status : FeatureStatus.t option;The status of the feature.
*)additionalConfiguration : DetectorAdditionalConfigurations.t option;Additional configuration for a resource.
*)}