Show / Hide Table of Contents

Class WebAclLoggingConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WebAclLoggingConfigurationArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Waf.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebAclLoggingConfigurationArgs : ResourceArgs

Constructors

View Source

WebAclLoggingConfigurationArgs()

Declaration
public WebAclLoggingConfigurationArgs()

Properties

View Source

LogDestination

Amazon Resource Name (ARN) of Kinesis Firehose Delivery Stream

Declaration
public Input<string> LogDestination { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RedactedFields

Configuration block containing parts of the request that you want redacted from the logs. Detailed below.

Declaration
public Input<WebAclLoggingConfigurationRedactedFieldsArgs> RedactedFields { get; set; }
Property Value
Type Description
Input<WebAclLoggingConfigurationRedactedFieldsArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.