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

DnsRuleGroupPriorityConflictViolation

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

A rule group that Firewall Manager tried to associate with a VPC has the same priority as a rule group that's already associated.

interface DnsRuleGroupPriorityConflictViolation {
ConflictingPolicyId?: string | null;
ConflictingPriority?: number | null;
UnavailablePriorities?: number[] | null;
ViolationTarget?: string | null;
ViolationTargetDescription?: string | null;
}

§Properties

§
ConflictingPolicyId?: string | null
[src]

The ID of the Firewall Manager DNS Firewall policy that was already applied to the VPC. This policy contains the rule group that's already associated with the VPC.

§
ConflictingPriority?: number | null
[src]

The priority setting of the two conflicting rule groups.

§
UnavailablePriorities?: number[] | null
[src]

The priorities of rule groups that are already associated with the VPC. To retry your operation, choose priority settings that aren't in this list for the rule groups in your new DNS Firewall policy.

§
ViolationTarget?: string | null
[src]

Information about the VPC ID.

§
ViolationTargetDescription?: string | null
[src]

A description of the violation that specifies the VPC and the rule group that's already associated with it.