{
  "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"
  },
  "refactor-spaces:applicationcreatedbyaccount": {
    "key": "refactor-spaces:ApplicationCreatedByAccount",
    "description": "Filters access by restricting the action to only those accounts that created the application within an environment",
    "type": "String"
  },
  "refactor-spaces:createdbyaccountids": {
    "key": "refactor-spaces:CreatedByAccountIds",
    "description": "Filters access by the accounts that created the resource",
    "type": "ArrayOfString"
  },
  "refactor-spaces:routecreatedbyaccount": {
    "key": "refactor-spaces:RouteCreatedByAccount",
    "description": "Filters access by restricting the action to only those accounts that created the route within an application",
    "type": "String"
  },
  "refactor-spaces:servicecreatedbyaccount": {
    "key": "refactor-spaces:ServiceCreatedByAccount",
    "description": "Filters access by restricting the action to only those accounts that created the service within an application",
    "type": "String"
  },
  "refactor-spaces:sourcepath": {
    "key": "refactor-spaces:SourcePath",
    "description": "Filters access by the path of the route",
    "type": "String"
  }
}