aws-cdk-lib.aws_wafv2.CfnWebACL.AWSManagedRulesBotControlRuleSetProperty

interface AWSManagedRulesBotControlRuleSetProperty

LanguageType name
.NETAmazon.CDK.AWS.WAFv2.CfnWebACL.AWSManagedRulesBotControlRuleSetProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnWebACL_AWSManagedRulesBotControlRuleSetProperty
Javasoftware.amazon.awscdk.services.wafv2.CfnWebACL.AWSManagedRulesBotControlRuleSetProperty
Pythonaws_cdk.aws_wafv2.CfnWebACL.AWSManagedRulesBotControlRuleSetProperty
TypeScript aws-cdk-lib » aws_wafv2 » CfnWebACL » AWSManagedRulesBotControlRuleSetProperty

Details for your use of the Bot Control managed rule group, used in ManagedRuleGroupConfig .

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 aWSManagedRulesBotControlRuleSetProperty: wafv2.CfnWebACL.AWSManagedRulesBotControlRuleSetProperty = {
  inspectionLevel: 'inspectionLevel',
};

Properties

NameTypeDescription
inspectionLevelstringThe inspection level to use for the Bot Control rule group.

inspectionLevel

Type: string

The inspection level to use for the Bot Control rule group.

The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see AWS WAF Bot Control rule group .