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

NetworkFirewallPolicyModifiedViolation

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

Violation detail for Network Firewall for a firewall policy that has a different "NetworkFirewallPolicyDescription" than is required by the Firewall Manager policy.

interface NetworkFirewallPolicyModifiedViolation {
CurrentPolicyDescription?: NetworkFirewallPolicyDescription | null;
ExpectedPolicyDescription?: NetworkFirewallPolicyDescription | null;
ViolationTarget?: string | null;
}

§Properties

§
CurrentPolicyDescription?: NetworkFirewallPolicyDescription | null
[src]

The policy that's currently in use in the individual account.

§
ExpectedPolicyDescription?: NetworkFirewallPolicyDescription | null
[src]

The policy that should be in use in the individual account in order to be compliant.

§
ViolationTarget?: string | null
[src]

The ID of the Network Firewall or VPC resource that's in violation.