Class: Aws::SecurityHub::Types::OcsfMapFilter

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Enables filtering of security findings based on map field values in OCSF.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_nameString

The name of the field.

Returns:

  • (String)


28163
28164
28165
28166
28167
28168
# File 'lib/aws-sdk-securityhub/types.rb', line 28163

class OcsfMapFilter < Struct.new(
  :field_name,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end

#filterTypes::MapFilter

A map filter for filtering Security Hub findings. Each map filter provides the field to check for, the value to check for, and the comparison operator.

Returns:



28163
28164
28165
28166
28167
28168
# File 'lib/aws-sdk-securityhub/types.rb', line 28163

class OcsfMapFilter < Struct.new(
  :field_name,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end