Class CfnWebACLPropsMixin.DataProtectProperty
Implements
Inherited Members
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
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
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
Remarks
ExcludeRateBasedDetails
public object? ExcludeRateBasedDetails { get; set; }
Property Value
Remarks
ExcludeRuleMatchDetails
public object? ExcludeRuleMatchDetails { get; set; }
Property Value
Remarks
Field
Field in log to protect.
public object? Field { get; set; }