{
  "aws:requesttag/${tagkey}": {
    "key": "aws:RequestTag/${TagKey}",
    "description": "Filters access by the presence of 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 the presence of tag keys in the request",
    "type": "ArrayOfString"
  },
  "kinesis:fisactionid": {
    "key": "kinesis:FisActionId",
    "description": "Filters access by the ID of an AWS FIS action",
    "type": "String"
  },
  "kinesis:fisinjectpercentage": {
    "key": "kinesis:FisInjectPercentage",
    "description": "Filters access by the percentage of calls being affected by an AWS FIS action",
    "type": "Numeric"
  },
  "kinesis:fistargetarns": {
    "key": "kinesis:FisTargetArns",
    "description": "Filters access by the ARN of an AWS FIS target",
    "type": "ArrayOfARN"
  }
}