{
  "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"
  },
  "logs:deliverydestinationresourcearn": {
    "key": "logs:DeliveryDestinationResourceArn",
    "description": "Filters access by the Log Destination ARN passed in the request",
    "type": "ARN"
  },
  "logs:loggeneratingresourcearns": {
    "key": "logs:LogGeneratingResourceArns",
    "description": "Filters access by the Log Generating Resource ARNs passed in the request",
    "type": "ArrayOfARN"
  },
  "logs:data_source_name": {
    "key": "logs:data_source_name",
    "description": "Filters access by the data source name passed in the request",
    "type": "String"
  },
  "logs:data_source_type": {
    "key": "logs:data_source_type",
    "description": "Filters access by the data source type passed in the request",
    "type": "String"
  }
}