{
  "aws:requesttag/${tagkey}": {
    "key": "aws:RequestTag/${TagKey}",
    "description": "Filters access by 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 tag keys in the request",
    "type": "ArrayOfString"
  },
  "proton:environmenttemplate": {
    "key": "proton:EnvironmentTemplate",
    "description": "Filters access by specified environment template related to resource",
    "type": "String"
  },
  "proton:servicetemplate": {
    "key": "proton:ServiceTemplate",
    "description": "Filters access by specified service template related to resource",
    "type": "String"
  }
}