@cloud-copilot/iam-data
Version:
38 lines • 1.04 kB
JSON
{
"channel": {
"key": "channel",
"arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:channel/${ChannelName}",
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:TagKeys",
"iotanalytics:ResourceTag/${TagKey}"
]
},
"dataset": {
"key": "dataset",
"arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:dataset/${DatasetName}",
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:TagKeys",
"iotanalytics:ResourceTag/${TagKey}"
]
},
"datastore": {
"key": "datastore",
"arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:datastore/${DatastoreName}",
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:TagKeys",
"iotanalytics:ResourceTag/${TagKey}"
]
},
"pipeline": {
"key": "pipeline",
"arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:pipeline/${PipelineName}",
"conditionKeys": [
"aws:RequestTag/${TagKey}",
"aws:TagKeys",
"iotanalytics:ResourceTag/${TagKey}"
]
}
}