Amazon Lookout For Metrics Metric Set Dimension Filter Structure
Describes a list of filters for choosing a subset of dimension values. Each filter consists of the dimension and one of its values that you want to include. When multiple dimensions or values are specified, the dimensions are joined with an AND operation and the values are joined with an OR operation.
MetricSetDimensionFilter is a JSON Structure definition published by Amazon Lookout for Metrics, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-metric-set-dimension-filter-structure.json",
"name": "MetricSetDimensionFilter",
"description": "Describes a list of filters for choosing a subset of dimension values. Each filter consists of the dimension and one of its values that you want to include. When multiple dimensions or values are specified, the dimensions are joined with an AND operation and the values are joined with an OR operation. ",
"type": "object",
"properties": {
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/ColumnName"
},
{
"description": "The dimension that you want to filter on."
}
]
},
"FilterList": {
"allOf": [
{
"$ref": "#/components/schemas/FilterList"
},
{
"description": "The list of filters that you are applying."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.