@cloud-copilot/iam-data
Version:
42 lines • 1.71 kB
JSON
{
"aws:requesttag/${tagkey}": {
"key": "aws:RequestTag/${TagKey}",
"description": "Filters access by the presence of 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 the presence of tag keys in the request",
"type": "ArrayOfString"
},
"servicecatalog:resource": {
"key": "servicecatalog:Resource",
"description": "Filters access by controlling what value can be specified as the Resource parameter in an AppRegistry associate resource API",
"type": "String"
},
"servicecatalog:resourcetype": {
"key": "servicecatalog:ResourceType",
"description": "Filters access by controlling what value can be specified as the ResourceType parameter in an AppRegistry associate resource API",
"type": "String"
},
"servicecatalog:accountlevel": {
"key": "servicecatalog:accountLevel",
"description": "Filters access by user to see and perform actions on resources created by anyone in the account",
"type": "String"
},
"servicecatalog:rolelevel": {
"key": "servicecatalog:roleLevel",
"description": "Filters access by user to see and perform actions on resources created either by them or by anyone federating into the same role as them",
"type": "String"
},
"servicecatalog:userlevel": {
"key": "servicecatalog:userLevel",
"description": "Filters access by user to see and perform actions on only resources that they created",
"type": "String"
}
}