interface CountProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WAFv2.CfnRuleGroup.CountProperty |
Java | software.amazon.awscdk.services.wafv2.CfnRuleGroup.CountProperty |
Python | aws_cdk.aws_wafv2.CfnRuleGroup.CountProperty |
TypeScript | @aws-cdk/aws-wafv2 » CfnRuleGroup » CountProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as wafv2 from '@aws-cdk/aws-wafv2';
const countProperty: wafv2.CfnRuleGroup.CountProperty = {
customRequestHandling: {
insertHeaders: [{
name: 'name',
value: 'value',
}],
},
};
Properties
| Name | Type | Description |
|---|---|---|
| custom | IResolvable | Custom | CfnRuleGroup.CountProperty.CustomRequestHandling. |
customRequestHandling?
Type:
IResolvable | Custom
(optional)
CfnRuleGroup.CountProperty.CustomRequestHandling.

.NET
Java
Python
TypeScript