{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-vpclattice-resourcepolicy.json",
  "title": "AWSVpcLatticeResourcePolicyProperties",
  "description": "Retrieves information about the resource policy. The resource policy is an IAM policy created by AWS RAM on behalf of the resource owner when they share a resource.. 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-resourcepolicy.json",
    "sourceSha256": "50285ac61d6314408a6bcdc843d638fd6ccf1ea861b84048050683b356781c9e"
  },
  "type": "object",
  "properties": {
    "ResourceArn": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(service/svc))-[0-9a-z]{17}$",
          "minLength": 20,
          "maxLength": 200
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Policy": {
      "type": "object"
    }
  },
  "typeName": "AWS::VpcLattice::ResourcePolicy",
  "tagging": {
    "taggable": false
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/ResourceArn"
  ],
  "required": [
    "ResourceArn",
    "Policy"
  ],
  "createOnlyProperties": [
    "/properties/ResourceArn"
  ]
}
