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

NetworkFirewallMissingFirewallViolation

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

Violation detail for Network Firewall for a subnet that doesn't have a Firewall Manager managed firewall in its VPC.

interface NetworkFirewallMissingFirewallViolation {
AvailabilityZone?: string | null;
TargetViolationReason?: string | null;
ViolationTarget?: string | null;
VPC?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone of a violating subnet.

§
TargetViolationReason?: string | null
[src]

The reason the resource has this violation, if one is available.

§
ViolationTarget?: string | null
[src]

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

§
VPC?: string | null
[src]

The resource ID of the VPC associated with a violating subnet.