Show / Hide Table of Contents

Class WebAclLoggingConfigurationRedactedFieldsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WebAclLoggingConfigurationRedactedFieldsArgs
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 WebAclLoggingConfigurationRedactedFieldsArgs : ResourceArgs

Constructors

View Source

WebAclLoggingConfigurationRedactedFieldsArgs()

Declaration
public WebAclLoggingConfigurationRedactedFieldsArgs()

Properties

View Source

FieldToMatches

Set of configuration blocks for fields to redact. Detailed below.

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