Amazon GuardDuty · JSON Structure

Guardduty Public Access Structure

Describes the public access policies that apply to the S3 bucket.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

PermissionConfiguration EffectivePermission

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-public-access-structure.json",
  "name": "PublicAccess",
  "description": "Describes the public access policies that apply to the S3 bucket.",
  "type": "object",
  "properties": {
    "PermissionConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PermissionConfiguration"
        },
        {
          "xml": {
            "name": "permissionConfiguration"
          },
          "description": "Contains information about how permissions are configured for the S3 bucket."
        }
      ]
    },
    "EffectivePermission": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "effectivePermission"
          },
          "description": "Describes the effective permission on this bucket after factoring all attached policies."
        }
      ]
    }
  }
}