interface CountProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.WAFv2.CfnRuleGroup.CountProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnRuleGroup_CountProperty | 
  Java | software.amazon.awscdk.services.wafv2.CfnRuleGroup.CountProperty | 
  Python | aws_cdk.aws_wafv2.CfnRuleGroup.CountProperty | 
  TypeScript  | 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.

 .NET
 Go
 Java
 Python
 TypeScript