Class: Aws::GuardDuty::Types::DetectorFeatureConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_configurationArray<Types::DetectorAdditionalConfiguration>

Additional configuration for a resource.



2390
2391
2392
2393
2394
2395
2396
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2390

class DetectorFeatureConfiguration < Struct.new(
  :name,
  :status,
  :additional_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the feature.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2390

class DetectorFeatureConfiguration < Struct.new(
  :name,
  :status,
  :additional_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the feature.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2390

class DetectorFeatureConfiguration < Struct.new(
  :name,
  :status,
  :additional_configuration)
  SENSITIVE = []
  include Aws::Structure
end