Class: Aws::WAF::Types::PutLoggingConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configurationTypes::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.

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



3599
3600
3601
3602
3603
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 3599

class PutLoggingConfigurationRequest < Struct.new(
  :logging_configuration)
  SENSITIVE = []
  include Aws::Structure
end