AggregateResourceIdentifier
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.
{
"SourceAccountId": "string",
"SourceRegion": "string",
"ResourceId": "string",
"ResourceType": "AWS::EC2::CustomerGateway",
"ResourceName": "string"
}