@cloud-copilot/iam-data
Version:
22 lines • 776 B
JSON
{
"aws:requesttag/${tagkey}": {
"key": "aws:RequestTag/${TagKey}",
"description": "Filters access by requests based on the allowed set of values for each of the tags",
"type": "String"
},
"aws:resourcetag/${tagkey}": {
"key": "aws:ResourceTag/${TagKey}",
"description": "Filters access by actions based on tag-value associated with the resource",
"type": "String"
},
"aws:tagkeys": {
"key": "aws:TagKeys",
"description": "Filters access by requests based on the presence of mandatory tags in the request",
"type": "ArrayOfString"
},
"iam:resourcetag/${tagkey}": {
"key": "iam:ResourceTag/${TagKey}",
"description": "Filters access by actions based on tag-value associated with the resource",
"type": "String"
}
}