Show / Hide Table of Contents

Class CfnWebACL.AWSManagedRulesBotControlRuleSetProperty

Details for your use of the Bot Control managed rule group, AWSManagedRulesBotControlRuleSet .

Inheritance
object
CfnWebACL.AWSManagedRulesBotControlRuleSetProperty
Implements
CfnWebACL.IAWSManagedRulesBotControlRuleSetProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWebACL.AWSManagedRulesBotControlRuleSetProperty : CfnWebACL.IAWSManagedRulesBotControlRuleSetProperty
Syntax (vb)
Public Class CfnWebACL.AWSManagedRulesBotControlRuleSetProperty Implements CfnWebACL.IAWSManagedRulesBotControlRuleSetProperty
Remarks

This configuration is used in ManagedRuleGroupConfig .

For additional information about this and the other intelligent threat mitigation rule groups, see Intelligent threat mitigation in AWS WAF and AWS Managed Rules rule groups list in the AWS WAF Developer Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-awsmanagedrulesbotcontrolruleset.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.WAFv2;

             var aWSManagedRulesBotControlRuleSetProperty = new AWSManagedRulesBotControlRuleSetProperty {
                 InspectionLevel = "inspectionLevel",

                 // the properties below are optional
                 EnableMachineLearning = false
             };

Synopsis

Constructors

AWSManagedRulesBotControlRuleSetProperty()

Details for your use of the Bot Control managed rule group, AWSManagedRulesBotControlRuleSet .

Properties

EnableMachineLearning

Applies only to the targeted inspection level.

InspectionLevel

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

Constructors

AWSManagedRulesBotControlRuleSetProperty()

Details for your use of the Bot Control managed rule group, AWSManagedRulesBotControlRuleSet .

public AWSManagedRulesBotControlRuleSetProperty()
Remarks

This configuration is used in ManagedRuleGroupConfig .

For additional information about this and the other intelligent threat mitigation rule groups, see Intelligent threat mitigation in AWS WAF and AWS Managed Rules rule groups list in the AWS WAF Developer Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-awsmanagedrulesbotcontrolruleset.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.WAFv2;

             var aWSManagedRulesBotControlRuleSetProperty = new AWSManagedRulesBotControlRuleSetProperty {
                 InspectionLevel = "inspectionLevel",

                 // the properties below are optional
                 EnableMachineLearning = false
             };

Properties

EnableMachineLearning

Applies only to the targeted inspection level.

public object? EnableMachineLearning { get; set; }
Property Value

object

Remarks

Determines whether to use machine learning (ML) to analyze your web traffic for bot-related activity. Machine learning is required for the Bot Control rules TGT_ML_CoordinatedActivityLow and TGT_ML_CoordinatedActivityMedium , which inspect for anomalous behavior that might indicate distributed, coordinated bot activity.

For more information about this choice, see the listing for these rules in the table at Bot Control rules listing in the AWS WAF Developer Guide .

Default: TRUE

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-awsmanagedrulesbotcontrolruleset.html#cfn-wafv2-webacl-awsmanagedrulesbotcontrolruleset-enablemachinelearning

Type union: either bool or IResolvable

InspectionLevel

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

public string InspectionLevel { get; set; }
Property Value

string

Remarks

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 in the AWS WAF Developer Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-awsmanagedrulesbotcontrolruleset.html#cfn-wafv2-webacl-awsmanagedrulesbotcontrolruleset-inspectionlevel

Implements

CfnWebACL.IAWSManagedRulesBotControlRuleSetProperty
Back to top Generated by DocFX