interface ClientSideActionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFv2.CfnWebACL.ClientSideActionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnWebACL_ClientSideActionProperty |
![]() | software.amazon.awscdk.services.wafv2.CfnWebACL.ClientSideActionProperty |
![]() | aws_cdk.aws_wafv2.CfnWebACL.ClientSideActionProperty |
![]() | aws-cdk-lib » aws_wafv2 » CfnWebACL » ClientSideActionProperty |
Client side action config for AntiDDOS AMR.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wafv2 as wafv2 } from 'aws-cdk-lib';
const clientSideActionProperty: wafv2.CfnWebACL.ClientSideActionProperty = {
usageOfAction: 'usageOfAction',
// the properties below are optional
exemptUriRegularExpressions: [{
regexString: 'regexString',
}],
sensitivity: 'sensitivity',
};
Properties
Name | Type | Description |
---|---|---|
usage | string | |
exempt | IResolvable | IResolvable | Regex [] | |
sensitivity? | string |
usageOfAction
Type:
string
exemptUriRegularExpressions?
Type:
IResolvable
|
IResolvable
|
Regex
[]
(optional)
sensitivity?
Type:
string
(optional)