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

PutLoggingConfigurationRequest

import type { PutLoggingConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface PutLoggingConfigurationRequest {
LoggingConfiguration: LoggingConfiguration;
}

§Properties

§
LoggingConfiguration: LoggingConfiguration
[src]

The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.

Note: When specifying Type in RedactedFields, you must use one of the following values: URI, QUERY_STRING, HEADER, or METHOD.