{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-clientvpnauthorizationrule.json",
  "title": "AWSEC2ClientVpnAuthorizationRuleProperties",
  "description": "Resource Type definition for AWS::EC2::ClientVpnAuthorizationRule. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-clientvpnauthorizationrule.json",
    "sourceSha256": "54daf0285e332f65f1b6cf6d1178beaa25645de9ca1c3f94c4e708d95968e66d"
  },
  "type": "object",
  "properties": {
    "ClientVpnEndpointId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "AccessGroupId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "TargetNetworkCidr": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "AuthorizeAllGroups": {
      "type": "boolean"
    }
  },
  "typeName": "AWS::EC2::ClientVpnAuthorizationRule",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "ClientVpnEndpointId",
    "TargetNetworkCidr"
  ],
  "createOnlyProperties": [
    "/properties/ClientVpnEndpointId",
    "/properties/AuthorizeAllGroups",
    "/properties/Description",
    "/properties/AccessGroupId",
    "/properties/TargetNetworkCidr"
  ]
}
