{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-s3outposts-accesspoint.json",
  "title": "AWSS3OutpostsAccessPointProperties",
  "description": "Resource Type Definition for AWS::S3Outposts::AccessPoint. 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-accesspoint.json",
    "sourceSha256": "06408e4c40c8d0248eaf14f32c97d4a4879692e7715b0ab3c4223b09909f4d12"
  },
  "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 bucket you want to associate this AccessPoint with."
    },
    "Name": {
      "oneOf": [
        {
          "maxLength": 50,
          "minLength": 3,
          "pattern": "^[a-z0-9]([a-z0-9\\\\-]*[a-z0-9])?$",
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A name for the AccessPoint."
    },
    "VpcConfiguration": {
      "description": "Virtual Private Cloud (VPC) from which requests can be made to the AccessPoint.",
      "$ref": "#/$defs/VpcConfiguration"
    },
    "Policy": {
      "description": "The access point policy associated with this access point.",
      "type": "object"
    }
  },
  "typeName": "AWS::S3Outposts::AccessPoint",
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-s3outposts.git",
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Arn"
  ],
  "taggable": false,
  "$defs": {
    "VpcConfiguration": {
      "type": "object",
      "title": "AWSS3OutpostsAccessPointVpcConfigurationDefinition",
      "properties": {
        "VpcId": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 1024
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests."
        }
      },
      "additionalProperties": false
    }
  },
  "required": [
    "Bucket",
    "Name",
    "VpcConfiguration"
  ],
  "createOnlyProperties": [
    "/properties/Bucket",
    "/properties/Name",
    "/properties/VpcConfiguration"
  ]
}
