interface CountProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFv2.CfnRuleGroup.CountProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnRuleGroup_CountProperty |
![]() | software.amazon.awscdk.services.wafv2.CfnRuleGroup.CountProperty |
![]() | aws_cdk.aws_wafv2.CfnRuleGroup.CountProperty |
![]() | aws-cdk-lib » aws_wafv2 » CfnRuleGroup » CountProperty |
Count traffic towards application.
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 countProperty: wafv2.CfnRuleGroup.CountProperty = {
customRequestHandling: {
insertHeaders: [{
name: 'name',
value: 'value',
}],
},
};
Properties
Name | Type | Description |
---|---|---|
custom | IResolvable | Custom | Custom request handling. |
customRequestHandling?
Type:
IResolvable
|
Custom
(optional)
Custom request handling.