Specifies values used to filter responses when searching for insights.
You can use a ResourceCollection
, ServiceCollection
, array of severities, and an array of status values.
Each filter type contains one or more values to search for. If you specify multiple filter types,
the filter types are joined with an AND
, and the request returns only results that match all of the specified filters.
Contents
- ResourceCollection
-
A collection of AWS resources supported by DevOps Guru. The two types of AWS resource collections supported are AWS CloudFormation stacks and AWS resources that contain the same AWS tag. DevOps Guru can be configured to analyze the AWS resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 1000 AWS CloudFormation stacks.
Type: ResourceCollection object
Required: No
- ServiceCollection
-
A collection of the names of AWS services.
Type: ServiceCollection object
Required: No
- Severities
-
An array of severity values used to search for insights.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 3 items.
Valid Values:
LOW | MEDIUM | HIGH
Required: No
- Statuses
-
An array of status values used to search for insights.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 2 items.
Valid Values:
ONGOING | CLOSED
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: