{
  "aws:requesttag/${tagkey}": {
    "key": "aws:RequestTag/${TagKey}",
    "description": "Filters access by tags that are passed in the request",
    "type": "String"
  },
  "aws:resourcetag/${tagkey}": {
    "key": "aws:ResourceTag/${TagKey}",
    "description": "Filters access by tags associated with the resource",
    "type": "String"
  },
  "aws:tagkeys": {
    "key": "aws:TagKeys",
    "description": "Filters access by tag keys that are passed in the request",
    "type": "ArrayOfString"
  },
  "connect:userarn": {
    "key": "connect:UserArn",
    "description": "Filters access by connect's UserArn",
    "type": "ARN"
  }
}