Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer S3 Bucket Acl Grant Configurations List Structure

S3BucketAclGrantConfigurationsList schema from AWS IAM Access Analyzer API

Type: array Properties: 0
Access ControlComplianceIAMPolicy ManagementSecurity

S3BucketAclGrantConfigurationsList is a JSON Structure definition published by Amazon IAM Access Analyzer. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-structure/iam-access-analyzer-s3-bucket-acl-grant-configurations-list-structure.json",
  "name": "S3BucketAclGrantConfigurationsList",
  "description": "S3BucketAclGrantConfigurationsList schema from AWS IAM Access Analyzer API",
  "type": "array",
  "items": {
    "type": "object",
    "required": [
      "permission",
      "grantee"
    ],
    "properties": {
      "permission": {
        "allOf": [
          {
            "$ref": "#/components/schemas/AclPermission"
          },
          {
            "description": "The permissions being granted."
          }
        ]
      },
      "grantee": {
        "allOf": [
          {
            "$ref": "#/components/schemas/AclGrantee"
          },
          {
            "description": "The grantee to whom you\u2019re assigning access rights."
          }
        ]
      }
    },
    "description": "A proposed access control list grant configuration for an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#setting-acls\">How to Specify an ACL</a>."
  }
}