{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-vpclattice-authpolicy.json",
  "title": "AWSVpcLatticeAuthPolicyProperties",
  "description": "Creates or updates the auth policy.. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-vpclattice-authpolicy.json",
    "sourceSha256": "d9d3c08017d7c8d97c6cb4c6dbd7ea11a1be09e3389b7d8213f1b736372dcb47"
  },
  "type": "object",
  "properties": {
    "ResourceIdentifier": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^((((sn)|(svc))-[0-9a-z]{17})|(arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(service/svc))-[0-9a-z]{17}))$",
          "maxLength": 200,
          "minLength": 21
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Policy": {
      "type": "object"
    }
  },
  "typeName": "AWS::VpcLattice::AuthPolicy",
  "tagging": {
    "taggable": false
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/ResourceIdentifier"
  ],
  "required": [
    "ResourceIdentifier",
    "Policy"
  ],
  "readOnlyProperties": [
    "/properties/State"
  ],
  "createOnlyProperties": [
    "/properties/ResourceIdentifier"
  ]
}
