Amazon S3 · Schema

AccessControlPolicy

Contains the elements that set the ACL permissions for an object per grantee.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
AccessControlList object
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-access-control-policy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccessControlPolicy",
  "type": "object",
  "description": "Contains the elements that set the ACL permissions for an object per grantee.",
  "properties": {
    "AccessControlList": {
      "type": "object"
    }
  }
}