{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53resolver-resolverruleassociation.json",
  "title": "AWSRoute53ResolverResolverRuleAssociationProperties",
  "description": "Resource Type definition for AWS::Route53Resolver::ResolverRuleAssociation. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-route53resolver-resolverruleassociation.json",
    "sourceSha256": "7c8afea6d68433a6e5a53d32549a672acb8639e3eb23a7c160d5e99ee99c36d0"
  },
  "type": "object",
  "properties": {
    "VPCId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the VPC that you associated the Resolver rule with."
    },
    "ResolverRuleId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the Resolver rule that you associated with the VPC that is specified by VPCId."
    },
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of an association between a Resolver rule and a VPC."
    }
  },
  "typeName": "AWS::Route53Resolver::ResolverRuleAssociation",
  "taggable": false,
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/ResolverRuleAssociationId"
  ],
  "required": [
    "VPCId",
    "ResolverRuleId"
  ],
  "readOnlyProperties": [
    "/properties/ResolverRuleAssociationId"
  ],
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/VPCId",
    "/properties/ResolverRuleId"
  ]
}
