@cloud-copilot/iam-data
Version:
23 lines • 600 B
JSON
{
"detectormodel": {
"key": "detectorModel",
"arn": "arn:${Partition}:iotevents:${Region}:${Account}:detectorModel/${DetectorModelName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"alarmmodel": {
"key": "alarmModel",
"arn": "arn:${Partition}:iotevents:${Region}:${Account}:alarmModel/${AlarmModelName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"input": {
"key": "input",
"arn": "arn:${Partition}:iotevents:${Region}:${Account}:input/${InputName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
}
}