Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DnsRuleGroupLimitExceededViolation

import type { DnsRuleGroupLimitExceededViolation } from "https://aws-api.deno.dev/v0.3/services/fms.ts?docs=full";

The VPC that Firewall Manager was applying a DNS Fireall policy to reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed due to the limit.

interface DnsRuleGroupLimitExceededViolation {
NumberOfRuleGroupsAlreadyAssociated?: number | null;
ViolationTarget?: string | null;
ViolationTargetDescription?: string | null;
}

§Properties

§
NumberOfRuleGroupsAlreadyAssociated?: number | null
[src]

The number of rule groups currently associated with the VPC.

§
ViolationTarget?: string | null
[src]

Information about the VPC ID.

§
ViolationTargetDescription?: string | null
[src]

A description of the violation that specifies the rule group and VPC.