@cloud-copilot/iam-data
Version:
32 lines • 992 B
JSON
{
"aws:requesttag/${tagkey}": {
"key": "aws:RequestTag/${TagKey}",
"description": "Filters access by the tags that are passed in the request",
"type": "String"
},
"aws:resourcetag/${tagkey}": {
"key": "aws:ResourceTag/${TagKey}",
"description": "Filters access by the tags associated with the resource",
"type": "String"
},
"aws:tagkeys": {
"key": "aws:TagKeys",
"description": "Filters access by the tag keys that are passed in the request",
"type": "ArrayOfString"
},
"datazone:domainid": {
"key": "datazone:domainId",
"description": "Filters access by the domain ID passed in the request",
"type": "String"
},
"datazone:projectid": {
"key": "datazone:projectId",
"description": "Filters access by the project ID passed in the request",
"type": "String"
},
"datazone:userid": {
"key": "datazone:userId",
"description": "Filters access by the user ID passed in the request",
"type": "String"
}
}