{
  "aws:requesttag/${tagkey}": {
    "key": "aws:RequestTag/${TagKey}",
    "description": "Filters access by a tag key and value pair that is allowed 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 a list of tag keys that are allowed in the request",
    "type": "ArrayOfString"
  },
  "dsql:fisactionid": {
    "key": "dsql:FisActionId",
    "description": "Filters access by the ID of an AWS FIS action",
    "type": "String"
  },
  "dsql:fistargetarns": {
    "key": "dsql:FisTargetArns",
    "description": "Filters access by the ARN of an AWS FIS target",
    "type": "ArrayOfARN"
  },
  "dsql:witnessregion": {
    "key": "dsql:WitnessRegion",
    "description": "Filters access by the witness region of multi-Region clusters",
    "type": "String"
  }
}