{
  "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"
  },
  "transfer:requestconnectorprotocol": {
    "key": "transfer:RequestConnectorProtocol",
    "description": "Filters access by the connector protocol that is passed in the request",
    "type": "String"
  },
  "transfer:requestsecuritypolicyname": {
    "key": "transfer:RequestSecurityPolicyName",
    "description": "Filters access by the security policy name that is passed in the request",
    "type": "String"
  },
  "transfer:requestserverdomain": {
    "key": "transfer:RequestServerDomain",
    "description": "Filters access by the storage domain that is passed in the request",
    "type": "String"
  },
  "transfer:requestserverendpointtype": {
    "key": "transfer:RequestServerEndpointType",
    "description": "Filters access by the endpoint type that is passed in the request",
    "type": "String"
  },
  "transfer:requestserverprotocols": {
    "key": "transfer:RequestServerProtocols",
    "description": "Filters access by the server protocols that are passed in the request",
    "type": "ArrayOfString"
  }
}