Class: Aws::WAFRegional::Types::PutLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::PutLoggingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_configuration ⇒ Types::LoggingConfiguration
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.
Instance Attribute Details
#logging_configuration ⇒ Types::LoggingConfiguration
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>
3727 3728 3729 3730 3731 |
# File 'lib/aws-sdk-wafregional/types.rb', line 3727 class PutLoggingConfigurationRequest < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |