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

NetworkFirewallMissingExpectedRTViolation

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

Violation detail for Network Firewall for a subnet that's not associated to the expected Firewall Manager managed route table.

interface NetworkFirewallMissingExpectedRTViolation {
AvailabilityZone?: string | null;
CurrentRouteTable?: string | null;
ExpectedRouteTable?: string | null;
ViolationTarget?: string | null;
VPC?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone of a violating subnet.

§
CurrentRouteTable?: string | null
[src]

The resource ID of the current route table that's associated with the subnet, if one is available.

§
ExpectedRouteTable?: string | null
[src]

The resource ID of the route table that should be associated with the subnet.

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