The details that identify a resource that is collected by Config aggregator, including the resource type, ID, (if available) the custom resource name, the source account, and source region.
AggregateResourceIdentifier is a JSON Structure definition published by Amazon Config, describing 5 properties, of which 4 are required. 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-aggregate-resource-identifier-structure.json",
"name": "AggregateResourceIdentifier",
"description": "The details that identify a resource that is collected by Config aggregator, including the resource type, ID, (if available) the custom resource name, the source account, and source region.",
"type": "object",
"properties": {
"SourceAccountId": {
"allOf": [
{
"$ref": "#/components/schemas/AccountId"
},
{
"description": "The 12-digit account ID of the source account."
}
]
},
"SourceRegion": {
"allOf": [
{
"$ref": "#/components/schemas/AwsRegion"
},
{
"description": "The source region where data is aggregated."
}
]
},
"ResourceId": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceId"
},
{
"description": "The ID of the Amazon Web Services resource."
}
]
},
"ResourceType": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceType"
},
{
"description": "The type of the Amazon Web Services resource."
}
]
},
"ResourceName": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the Amazon Web Services resource."
}
]
}
},
"required": [
"SourceAccountId",
"SourceRegion",
"ResourceId",
"ResourceType"
]
}
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.