class Aws::WAFRegional::Types::PutLoggingConfigurationRequest

@note When making an API call, you may pass PutLoggingConfigurationRequest

data as a hash:

    {
      logging_configuration: { # required
        resource_arn: "ResourceArn", # required
        log_destination_configs: ["ResourceArn"], # required
        redacted_fields: [
          {
            type: "URI", # required, accepts URI, QUERY_STRING, HEADER, METHOD, BODY, SINGLE_QUERY_ARG, ALL_QUERY_ARGS
            data: "MatchFieldData",
          },
        ],
      },
    }

@!attribute [rw] logging_configuration

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 markdown="1"> When specifying `Type` in `RedactedFields`, you must use one of the
following values: `URI`, `QUERY_STRING`, `HEADER`, or `METHOD`.

 </note>
@return [Types::LoggingConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/PutLoggingConfigurationRequest AWS API Documentation

Constants

SENSITIVE