FindingFilter
This data type is used as a request parameter in the ListFindings action.
Contents
- agentIds
-
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the agentId property of the Finding data type.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 99 items.
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
- attributes
-
For a record to match a filter, the list of values that are specified for this data type property must be contained in the list of values of the attributes property of the Finding data type.
Type: Array of Attribute objects
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
- autoScalingGroups
-
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the autoScalingGroup property of the Finding data type.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 20 items.
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- creationTimeRange
-
The time range during which the finding is generated.
Type: TimestampRange object
Required: No
- ruleNames
-
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the ruleName property of the Finding data type.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Length Constraints: Maximum length of 1000.
Required: No
- rulesPackageArns
-
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the rulesPackageArn property of the Finding data type.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Length Constraints: Minimum length of 1. Maximum length of 300.
Required: No
- severities
-
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the severity property of the Finding data type.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Valid Values:
Low | Medium | High | Informational | Undefined
Required: No
- userAttributes
-
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the userAttributes property of the Finding data type.
Type: Array of Attribute objects
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: