/* eslint-disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ /** * Resource Type definition for AWS::Route53Resolver::ResolverRuleAssociation */ export interface AwsRoute53ResolverResolverruleassociation { /** * The ID of the VPC that you associated the Resolver rule with. */ VPCId: string; /** * The ID of the Resolver rule that you associated with the VPC that is specified by VPCId. */ ResolverRuleId: string; /** * Primary Identifier for Resolver Rule Association */ ResolverRuleAssociationId?: string; /** * The name of an association between a Resolver rule and a VPC. */ Name?: string; }