Class: Aws::Macie2::Types::CreateFindingsFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CreateFindingsFilterRequest
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Specifies the criteria and other settings for a new findings filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action to perform on findings that match the filter criteria.
-
#client_token ⇒ String
A suitable default value is auto-generated. You should normally not need to pass this option.
-
#description ⇒ String
-
#finding_criteria ⇒ Types::FindingCriteria
Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.
-
#name ⇒ String
-
#position ⇒ Integer
-
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
Instance Attribute Details
#action ⇒ String
The action to perform on findings that match the filter criteria. To suppress (automatically archive) findings that match the criteria, set this value to ARCHIVE. Valid values are:
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1454 class CreateFindingsFilterRequest < Struct.new( :action, :client_token, :description, :finding_criteria, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A suitable default value is auto-generated. You should normally not need to pass this option.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1454 class CreateFindingsFilterRequest < Struct.new( :action, :client_token, :description, :finding_criteria, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1454 class CreateFindingsFilterRequest < Struct.new( :action, :client_token, :description, :finding_criteria, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#finding_criteria ⇒ Types::FindingCriteria
Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1454 class CreateFindingsFilterRequest < Struct.new( :action, :client_token, :description, :finding_criteria, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1454 class CreateFindingsFilterRequest < Struct.new( :action, :client_token, :description, :finding_criteria, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#position ⇒ Integer
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1454 class CreateFindingsFilterRequest < Struct.new( :action, :client_token, :description, :finding_criteria, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1454 class CreateFindingsFilterRequest < Struct.new( :action, :client_token, :description, :finding_criteria, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |