{
  "s3tables:kmskeyarn": {
    "key": "s3tables:KMSKeyArn",
    "description": "Filters access by the AWS KMS key ARN for the key used to encrypt a table",
    "type": "ARN"
  },
  "s3tables:ssealgorithm": {
    "key": "s3tables:SSEAlgorithm",
    "description": "Filters access by the server-side encryption algorithm used to encrypt a table",
    "type": "String"
  },
  "s3tables:namespace": {
    "key": "s3tables:namespace",
    "description": "Filters access by the namespaces created in the table bucket",
    "type": "String"
  },
  "s3tables:tablename": {
    "key": "s3tables:tableName",
    "description": "Filters access by the name of the tables in the table bucket",
    "type": "String"
  }
}