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

DescribeLoggingConfigurationResponse

import type { DescribeLoggingConfigurationResponse } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";
interface DescribeLoggingConfigurationResponse {
FirewallArn?: string | null;
LoggingConfiguration?: LoggingConfiguration | null;
}

§Properties

§
FirewallArn?: string | null
[src]

The Amazon Resource Name (ARN) of the firewall.

§
LoggingConfiguration?: LoggingConfiguration | null
[src]