{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-s3-bucketpolicy.json",
  "title": "AWSS3BucketPolicyProperties",
  "description": "Resource Type definition for AWS::S3::BucketPolicy. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-s3-bucketpolicy.json",
    "sourceSha256": "2d1618ec53beb4f8ba25c20ed13fe29623a098a4d57d621ca432de1769d9bbd2"
  },
  "type": "object",
  "properties": {
    "Bucket": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "PolicyDocument": {
      "type": "object"
    }
  },
  "typeName": "AWS::S3::BucketPolicy",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "Bucket",
    "PolicyDocument"
  ],
  "createOnlyProperties": [
    "/properties/Bucket"
  ]
}
