{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-s3-multiregionaccesspointpolicy.json",
  "title": "AWSS3MultiRegionAccessPointPolicyProperties",
  "description": "The policy to be attached to a Multi Region Access Point. 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-multiregionaccesspointpolicy.json",
    "sourceSha256": "294c03f126a361ce7119f4430c03f5adc3ea16decd97767204cabfbc06f786e1"
  },
  "type": "object",
  "properties": {
    "MrapName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-z0-9][-a-z0-9]{1,48}[a-z0-9]$",
          "minLength": 3,
          "maxLength": 50
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the Multi Region Access Point to apply policy"
    },
    "Policy": {
      "description": "Policy document to apply to a Multi Region Access Point",
      "type": "object"
    }
  },
  "typeName": "AWS::S3::MultiRegionAccessPointPolicy",
  "primaryIdentifier": [
    "/properties/MrapName"
  ],
  "readOnlyProperties": [
    "/properties/PolicyStatus",
    "/properties/PolicyStatus/IsPublic"
  ],
  "additionalProperties": false,
  "required": [
    "Policy",
    "MrapName"
  ],
  "createOnlyProperties": [
    "/properties/MrapName"
  ]
}
