@cloud-copilot/iam-data
Version:
30 lines • 877 B
JSON
{
"accelerator": {
"key": "accelerator",
"arn": "arn:${Partition}:globalaccelerator::${Account}:accelerator/${ResourceId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"listener": {
"key": "listener",
"arn": "arn:${Partition}:globalaccelerator::${Account}:accelerator/${ResourceId}/listener/${ListenerId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"endpointgroup": {
"key": "endpointgroup",
"arn": "arn:${Partition}:globalaccelerator::${Account}:accelerator/${ResourceId}/listener/${ListenerId}/endpoint-group/${EndpointGroupId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"attachment": {
"key": "attachment",
"arn": "arn:${Partition}:globalaccelerator::${Account}:attachment/${ResourceId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
}
}