@cloud-copilot/iam-data
Version:
27 lines • 793 B
JSON
{
"aws:requesttag/${tagkey}": {
"key": "aws:RequestTag/${TagKey}",
"description": "Filters access by tag key-value pairs in the request",
"type": "String"
},
"aws:resourcetag/${tagkey}": {
"key": "aws:ResourceTag/${TagKey}",
"description": "Filters access by tag key-value pairs attached to the resource",
"type": "String"
},
"aws:tagkeys": {
"key": "aws:TagKeys",
"description": "Filters access by tag keys in the request",
"type": "ArrayOfString"
},
"deepracer:multiuser": {
"key": "deepracer:MultiUser",
"description": "Filters access by multiuser flag",
"type": "Bool"
},
"deepracer:usertoken": {
"key": "deepracer:UserToken",
"description": "Filters access by user token in the request",
"type": "String"
}
}