{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-s3outposts-bucketpolicy.json",
  "title": "AWSS3OutpostsBucketPolicyProperties",
  "description": "Resource Type Definition for AWS::S3Outposts::BucketPolicy. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-s3outposts.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-s3outposts-bucketpolicy.json",
    "sourceSha256": "20ab39797abd1fa3d1e373e207e4d7d867526021c4f5c0e6ebe40f47ad7b9638"
  },
  "type": "object",
  "properties": {
    "Bucket": {
      "oneOf": [
        {
          "maxLength": 2048,
          "minLength": 20,
          "pattern": "^arn:[^:]+:s3-outposts:[a-zA-Z0-9\\-]+:\\d{12}:outpost\\/[^:]+\\/bucket\\/[^:]+$",
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The Amazon Resource Name (ARN) of the specified bucket."
    },
    "PolicyDocument": {
      "description": "A policy document containing permissions to add to the specified bucket.",
      "type": "object"
    }
  },
  "typeName": "AWS::S3Outposts::BucketPolicy",
  "primaryIdentifier": [
    "/properties/Bucket"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-s3outposts.git",
  "additionalProperties": false,
  "required": [
    "Bucket",
    "PolicyDocument"
  ],
  "taggable": false,
  "$defs": {},
  "createOnlyProperties": [
    "/properties/Bucket"
  ]
}
