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
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
Remarks
ExcludeRateBasedDetails
object? ExcludeRateBasedDetails { get; }
Property Value
Remarks
ExcludeRuleMatchDetails
object? ExcludeRuleMatchDetails { get; }
Property Value
Remarks
Field
Field in log to protect.
object Field { get; }