Show / Hide Table of Contents

Class WebAclLoggingConfigurationRedactedFieldsGetArgs

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

Constructors

View Source

WebAclLoggingConfigurationRedactedFieldsGetArgs()

Declaration
public WebAclLoggingConfigurationRedactedFieldsGetArgs()

Properties

View Source

FieldToMatches

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

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