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

UpdateLoggingConfigurationResponse

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

§Properties

§
FirewallArn?: string | null
[src]

The Amazon Resource Name (ARN) of the firewall.

§
FirewallName?: string | null
[src]

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

§
LoggingConfiguration?: LoggingConfiguration | null
[src]