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