Use the AttributeValueList to filter by string or integer values.
Type: objectProperties: 2
AutomationDevOpsIncident Management
AttributeValueList is a JSON Structure definition published by Amazon Incident Manager, 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-incident-manager/refs/heads/main/json-structure/incident-manager-attribute-value-list-structure.json",
"name": "AttributeValueList",
"description": "Use the AttributeValueList to filter by string or integer values.",
"type": "object",
"properties": {
"integerValues": {
"allOf": [
{
"$ref": "#/components/schemas/IntegerList"
},
{
"description": "The list of integer values that the filter matches."
}
]
},
"stringValues": {
"allOf": [
{
"$ref": "#/components/schemas/StringList"
},
{
"description": "The list of string values that the filter matches."
}
]
}
}
}
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.