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