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

ListFirewallConfigsResponse

import type { ListFirewallConfigsResponse } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface ListFirewallConfigsResponse {
FirewallConfigs?: FirewallConfig[] | null;
NextToken?: string | null;
}

§Properties

§
FirewallConfigs?: FirewallConfig[] | null
[src]

The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).

§
NextToken?: string | null
[src]

If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.