@cloud-copilot/iam-data
Version:
23 lines • 654 B
JSON
{
"channels": {
"key": "channels",
"arn": "arn:${Partition}:mediapackage:${Region}:${Account}:channels/${ChannelIdentifier}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"origin_endpoints": {
"key": "origin_endpoints",
"arn": "arn:${Partition}:mediapackage:${Region}:${Account}:origin_endpoints/${OriginEndpointIdentifier}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"harvest_jobs": {
"key": "harvest_jobs",
"arn": "arn:${Partition}:mediapackage:${Region}:${Account}:harvest_jobs/${HarvestJobIdentifier}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
}
}