@cloud-copilot/iam-data
Version:
30 lines • 998 B
JSON
{
"appbundle": {
"key": "appbundle",
"arn": "arn:${Partition}:appfabric:${Region}:${Account}:appbundle/${AppBundleIdentifier}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"appauthorization": {
"key": "appauthorization",
"arn": "arn:${Partition}:appfabric:${Region}:${Account}:appbundle/${AppbundleId}/appauthorization/${AppAuthorizationIdentifier}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"ingestion": {
"key": "ingestion",
"arn": "arn:${Partition}:appfabric:${Region}:${Account}:appbundle/${AppbundleId}/ingestion/${IngestionIdentifier}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"ingestiondestination": {
"key": "ingestiondestination",
"arn": "arn:${Partition}:appfabric:${Region}:${Account}:appbundle/${AppbundleId}/ingestion/${IngestionIdentifier}/ingestiondestination/${IngestionDestinationIdentifier}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
}
}