Class WebAclLoggingConfigurationArgs
Inherited Members
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 SourceWebAclLoggingConfigurationArgs()
Declaration
public WebAclLoggingConfigurationArgs()
Properties
View SourceLogDestination
Amazon Resource Name (ARN) of Kinesis Firehose Delivery Stream
Declaration
public Input<string> LogDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |