You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAF::Types::PutLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::PutLoggingConfigurationRequest
- Defined in:
- (unknown)
Overview
Note:
When passing PutLoggingConfigurationRequest as input to an Aws::Client method, you can use a vanilla 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",
},
],
},
}
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.
Type
in RedactedFields
, you must use one of the
following values: URI
, QUERY_STRING
, HEADER
, or METHOD
.