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

DnsDuplicateRuleGroupViolation

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

A DNS Firewall rule group that Firewall Manager tried to associate with a VPC is already associated with the VPC and can't be associated again.

interface DnsDuplicateRuleGroupViolation {
ViolationTarget?: string | null;
ViolationTargetDescription?: string | null;
}

§Properties

§
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.