Show / Hide Table of Contents

Class CfnWebACLPropsMixin.DataProtectProperty

Inheritance
object
CfnWebACLPropsMixin.DataProtectProperty
Implements
CfnWebACLPropsMixin.IDataProtectProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.WAFv2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnWebACLPropsMixin.DataProtectProperty : CfnWebACLPropsMixin.IDataProtectProperty
Syntax (vb)
Public Class CfnWebACLPropsMixin.DataProtectProperty Implements CfnWebACLPropsMixin.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.Mixins.Preview.AWS.WAFv2.Mixins;

             var dataProtectProperty = new DataProtectProperty {
                 Action = "action",
                 ExcludeRateBasedDetails = false,
                 ExcludeRuleMatchDetails = false,
                 Field = new FieldToProtectProperty {
                     FieldKeys = new [] { "fieldKeys" },
                     FieldType = "fieldType"
                 }
             };

Synopsis

Constructors

DataProtectProperty()

Properties

Action
ExcludeRateBasedDetails
ExcludeRuleMatchDetails
Field

Field in log to protect.

Constructors

DataProtectProperty()

public DataProtectProperty()
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.Mixins.Preview.AWS.WAFv2.Mixins;

             var dataProtectProperty = new DataProtectProperty {
                 Action = "action",
                 ExcludeRateBasedDetails = false,
                 ExcludeRuleMatchDetails = false,
                 Field = new FieldToProtectProperty {
                     FieldKeys = new [] { "fieldKeys" },
                     FieldType = "fieldType"
                 }
             };

Properties

Action

public string? Action { get; set; }
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

public object? ExcludeRateBasedDetails { get; set; }
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

public object? ExcludeRuleMatchDetails { get; set; }
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.

public object? Field { get; set; }
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 CfnWebACLPropsMixin.IFieldToProtectProperty

Implements

CfnWebACLPropsMixin.IDataProtectProperty
Back to top Generated by DocFX