Class CfnWebACL.ClientSideActionProperty
Client side action config for AntiDDOS AMR.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWebACL.ClientSideActionProperty : CfnWebACL.IClientSideActionProperty
Syntax (vb)
Public Class CfnWebACL.ClientSideActionProperty Implements CfnWebACL.IClientSideActionProperty
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 clientSideActionProperty = new ClientSideActionProperty {
UsageOfAction = "usageOfAction",
// the properties below are optional
ExemptUriRegularExpressions = new [] { new RegexProperty {
RegexString = "regexString"
} },
Sensitivity = "sensitivity"
};
Synopsis
Constructors
ClientSideActionProperty() | Client side action config for AntiDDOS AMR. |
Properties
ExemptUriRegularExpressions | Client side action config for AntiDDOS AMR. |
Sensitivity | Client side action config for AntiDDOS AMR. |
UsageOfAction | Client side action config for AntiDDOS AMR. |
Constructors
ClientSideActionProperty()
Client side action config for AntiDDOS AMR.
public ClientSideActionProperty()
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 clientSideActionProperty = new ClientSideActionProperty {
UsageOfAction = "usageOfAction",
// the properties below are optional
ExemptUriRegularExpressions = new [] { new RegexProperty {
RegexString = "regexString"
} },
Sensitivity = "sensitivity"
};
Properties
ExemptUriRegularExpressions
Client side action config for AntiDDOS AMR.
public object? ExemptUriRegularExpressions { get; set; }
Property Value
Remarks
Sensitivity
Client side action config for AntiDDOS AMR.
public string? Sensitivity { get; set; }
Property Value
Remarks
UsageOfAction
Client side action config for AntiDDOS AMR.
public string UsageOfAction { get; set; }