@cloud-copilot/iam-data
Version:
22 lines • 689 B
JSON
{
"aws:requesttag/${tagkey}": {
"key": "aws:RequestTag/${TagKey}",
"description": "Filters access based on the tags that are passed in the request",
"type": "String"
},
"aws:resourcetag/${tagkey}": {
"key": "aws:ResourceTag/${TagKey}",
"description": "Filters access based on the tags associated with the resource",
"type": "String"
},
"aws:tagkeys": {
"key": "aws:TagKeys",
"description": "Filters access based on the tag keys that are passed in the request",
"type": "ArrayOfString"
},
"workspaces:userid": {
"key": "workspaces:userId",
"description": "Filters access by the ID of the Workspaces user",
"type": "String"
}
}