Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Acl Grantee Structure

You specify each grantee as a type-value pair using one of these types. You can specify only one type of grantee. For more information, see PutBucketAcl.

Type: object Properties: 2
Access ControlComplianceIAMPolicy ManagementSecurity

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

Properties

id uri

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-acl-grantee-structure.json",
  "name": "AclGrantee",
  "description": "You specify each grantee as a type-value pair using one of these types. You can specify only one type of grantee. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAcl.html\">PutBucketAcl</a>.",
  "type": "object",
  "properties": {
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AclCanonicalId"
        },
        {
          "description": "The value specified is the canonical user ID of an Amazon Web Services account."
        }
      ]
    },
    "uri": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AclUri"
        },
        {
          "description": "Used for granting permissions to a predefined group."
        }
      ]
    }
  }
}