Amazon GuardDuty · JSON Structure

Guardduty Bucket Level Permissions Structure

Contains information about the bucket level permissions for the S3 bucket.

Type: object Properties: 3
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

BucketLevelPermissions is a JSON Structure definition published by Amazon GuardDuty, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AccessControlList BucketPolicy BlockPublicAccess

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-guardduty/refs/heads/main/json-structure/guardduty-bucket-level-permissions-structure.json",
  "name": "BucketLevelPermissions",
  "description": "Contains information about the bucket level permissions for the S3 bucket.",
  "type": "object",
  "properties": {
    "AccessControlList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessControlList"
        },
        {
          "xml": {
            "name": "accessControlList"
          },
          "description": "Contains information on how Access Control Policies are applied to the bucket."
        }
      ]
    },
    "BucketPolicy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BucketPolicy"
        },
        {
          "xml": {
            "name": "bucketPolicy"
          },
          "description": "Contains information on the bucket policies for the S3 bucket."
        }
      ]
    },
    "BlockPublicAccess": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BlockPublicAccess"
        },
        {
          "xml": {
            "name": "blockPublicAccess"
          },
          "description": "Contains information on which account level S3 Block Public Access settings are applied to the S3 bucket."
        }
      ]
    }
  }
}