{
  "aoss:collectionid": {
    "key": "aoss:CollectionId",
    "description": "Filters access by the identifier of the collection",
    "type": "String"
  },
  "aoss:collection": {
    "key": "aoss:collection",
    "description": "Filters access by the collection name",
    "type": "String"
  },
  "aoss:index": {
    "key": "aoss:index",
    "description": "Filters access by the index",
    "type": "String"
  },
  "aws:requesttag/${tagkey}": {
    "key": "aws:RequestTag/${TagKey}",
    "description": "Filters access based on the tags that are passed in the request",
    "type": "String"
  },
  "aws:resourcetag/${tagkey}": {
    "key": "aws:ResourceTag/${TagKey}",
    "description": "Filters access based on the tags associated with the resource",
    "type": "String"
  },
  "aws:tagkeys": {
    "key": "aws:TagKeys",
    "description": "Filters access based on the tag keys that are passed in the request",
    "type": "ArrayOfString"
  }
}