ConfigurationAggregatorArn schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-configuration-aggregator-arn-schema.json", "title": "ConfigurationAggregatorArn", "description": "ConfigurationAggregatorArn schema", "type": "string", "pattern": "arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:config-aggregator/config-aggregator-[a-z\\d]+" }