FilterV2
Contains the filter to apply when retrieving metrics with the GetMetricDataV2 API.
Contents
- FilterKey
-
The key to use for filtering data. For example,
QUEUE
,ROUTING_PROFILE, AGENT
,CHANNEL
,AGENT_HIERARCHY_LEVEL_ONE
,AGENT_HIERARCHY_LEVEL_TWO
,AGENT_HIERARCHY_LEVEL_THREE
,AGENT_HIERARCHY_LEVEL_FOUR
,AGENT_HIERARCHY_LEVEL_FIVE
. There must be at least 1 key and a maximum 5 keys.Type: String
Length Constraints: Minimum length of 1. Maximum length of 250.
Required: No
- FilterValues
-
The identifiers to use for filtering data. For example, if you have a filter key of
QUEUE
, you would add queue IDs or ARNs inFilterValues
.Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Length Constraints: Minimum length of 1. Maximum length of 250.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: