Show / Hide Table of Contents

Interface CfnWebACL.IDataProtectProperty

Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebACL.IDataProtectProperty
Syntax (vb)
Public Interface CfnWebACL.IDataProtectProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-dataprotect.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.WAFv2;

             var dataProtectProperty = new DataProtectProperty {
                 Action = "action",
                 Field = new FieldToProtectProperty {
                     FieldType = "fieldType",

                     // the properties below are optional
                     FieldKeys = new [] { "fieldKeys" }
                 },

                 // the properties below are optional
                 ExcludeRateBasedDetails = false,
                 ExcludeRuleMatchDetails = false
             };

Synopsis

Properties

Action
ExcludeRateBasedDetails
ExcludeRuleMatchDetails
Field

Field in log to protect.

Properties

Action

string Action { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-dataprotect.html#cfn-wafv2-webacl-dataprotect-action

ExcludeRateBasedDetails

object? ExcludeRateBasedDetails { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-dataprotect.html#cfn-wafv2-webacl-dataprotect-excluderatebaseddetails

Type union: either bool or IResolvable

ExcludeRuleMatchDetails

object? ExcludeRuleMatchDetails { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-dataprotect.html#cfn-wafv2-webacl-dataprotect-excluderulematchdetails

Type union: either bool or IResolvable

Field

Field in log to protect.

object Field { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-dataprotect.html#cfn-wafv2-webacl-dataprotect-field

Type union: either IResolvable or CfnWebACL.IFieldToProtectProperty

Back to top Generated by DocFX