{
  "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 a tag key and value pair of a 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"
  },
  "nimble:createdby": {
    "key": "nimble:createdBy",
    "description": "Filters access by the createdBy request parameter or the ID of the creator of the resource",
    "type": "String"
  },
  "nimble:ownedby": {
    "key": "nimble:ownedBy",
    "description": "Filters access by the ownedBy request parameter or the ID of the owner of the resource",
    "type": "String"
  },
  "nimble:principalid": {
    "key": "nimble:principalId",
    "description": "Filters access by the principalId request parameter",
    "type": "String"
  },
  "nimble:requesterprincipalid": {
    "key": "nimble:requesterPrincipalId",
    "description": "Filters access by the ID of the logged in user",
    "type": "String"
  },
  "nimble:studioid": {
    "key": "nimble:studioId",
    "description": "Filters access by a specific studio",
    "type": "ARN"
  }
}