ActionFilter
Describes a filter that returns a more specific list of recommended actions.
Contents
- key
-
The category to filter on. Valid values are
FEATURE
for feature type,SEVERITY
for severity level, andTYPE
for recommendation type.Type: String
Valid Values:
FEATURE | SEVERITY | TYPE
Required: Yes
- matchOption
-
Specifies how to apply the filter. Use
EQUALS
to include matching results orNOT_EQUALS
to exclude matching results.Type: String
Valid Values:
EQUALS | NOT_EQUALS
Required: Yes
- values
-
One or more values to match against the specified key.
Type: Array of strings
Array Members: Minimum number of 1 item.
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*[\S\s]*.*
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: