EvaluationResultQualifier is a JSON Structure definition published by Amazon Config, describing 4 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-config/refs/heads/main/json-structure/config-evaluation-result-qualifier-structure.json",
"name": "EvaluationResultQualifier",
"description": "Identifies an Config rule that evaluated an Amazon Web Services resource, and provides the type and ID of the resource that the rule evaluated.",
"type": "object",
"properties": {
"ConfigRuleName": {
"allOf": [
{
"$ref": "#/components/schemas/ConfigRuleName"
},
{
"description": "The name of the Config rule that was used in the evaluation."
}
]
},
"ResourceType": {
"allOf": [
{
"$ref": "#/components/schemas/StringWithCharLimit256"
},
{
"description": "The type of Amazon Web Services resource that was evaluated."
}
]
},
"ResourceId": {
"allOf": [
{
"$ref": "#/components/schemas/BaseResourceId"
},
{
"description": "The ID of the evaluated Amazon Web Services resource."
}
]
},
"EvaluationMode": {
"allOf": [
{
"$ref": "#/components/schemas/EvaluationMode"
},
{
"description": "The mode of an evaluation. The valid values are Detective or Proactive."
}
]
}
}
}
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.