{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-clientvpntargetnetworkassociation.json",
  "title": "AWSEC2ClientVpnTargetNetworkAssociationProperties",
  "description": "Resource Type definition for AWS::EC2::ClientVpnTargetNetworkAssociation. 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-clientvpntargetnetworkassociation.json",
    "sourceSha256": "4c475b86b00da7c2a92a547cef8a6d07f462a96068771368dd88c73ad2f0a79c"
  },
  "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"
        }
      ]
    },
    "SubnetId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::EC2::ClientVpnTargetNetworkAssociation",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "required": [
    "ClientVpnEndpointId",
    "SubnetId"
  ],
  "createOnlyProperties": [
    "/properties/ClientVpnEndpointId",
    "/properties/SubnetId"
  ]
}
