Show / Hide Table of Contents

Class WebAclLoggingConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WebAclLoggingConfigurationGetArgs
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.WafRegional.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebAclLoggingConfigurationGetArgs : ResourceArgs

Constructors

View Source

WebAclLoggingConfigurationGetArgs()

Declaration
public WebAclLoggingConfigurationGetArgs()

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<WebAclLoggingConfigurationRedactedFieldsGetArgs> RedactedFields { get; set; }
Property Value
Type Description
Input<WebAclLoggingConfigurationRedactedFieldsGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.