Class CfnWebACL.ManagedRuleGroupConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.ManagedRuleGroupConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnWebACL.ManagedRuleGroupConfigProperty
CfnWebACL.ManagedRuleGroupConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnWebACL.ManagedRuleGroupConfigProperty
CfnWebACL.ManagedRuleGroupConfigProperty.Builder, CfnWebACL.ManagedRuleGroupConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACL.ManagedRuleGroupConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAdditional configuration for using the account takeover prevention (ATP) managed rule group,AWSManagedRulesATPRuleSet.final ObjectAdditional configuration for using the Bot Control managed rule group.final Stringfinal Objectfinal Stringfinal Objectfinal inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWebACL.ManagedRuleGroupConfigProperty.Builder.
-
-
Method Details
-
getAwsManagedRulesAtpRuleSet
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigPropertyAdditional configuration for using the account takeover prevention (ATP) managed rule group,AWSManagedRulesATPRuleSet.Use this to provide login request information to the rule group. For web ACLs that protect CloudFront distributions, use this to also provide the information about how your distribution responds to login requests.
This configuration replaces the individual configuration fields in
ManagedRuleGroupConfigand provides additional feature configuration.For information about using the ATP managed rule group, see AWS WAF Fraud Control account takeover prevention (ATP) rule group and AWS WAF Fraud Control account takeover prevention (ATP) in the AWS WAF Developer Guide .
- Specified by:
getAwsManagedRulesAtpRuleSetin interfaceCfnWebACL.ManagedRuleGroupConfigProperty
-
getAwsManagedRulesBotControlRuleSet
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigPropertyAdditional configuration for using the Bot Control managed rule group.Use this to specify the inspection level that you want to use. For information about using the Bot Control managed rule group, see AWS WAF Bot Control rule group and AWS WAF Bot Control in the AWS WAF Developer Guide .
- Specified by:
getAwsManagedRulesBotControlRuleSetin interfaceCfnWebACL.ManagedRuleGroupConfigProperty
-
getLoginPath
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigPropertyInstead of this setting, provide your configuration under
AWSManagedRulesATPRuleSet.- Specified by:
getLoginPathin interfaceCfnWebACL.ManagedRuleGroupConfigProperty
-
getPasswordField
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigPropertyInstead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSetorAWSManagedRulesACFPRuleSet.- Specified by:
getPasswordFieldin interfaceCfnWebACL.ManagedRuleGroupConfigProperty
-
getPayloadType
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigPropertyInstead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSetorAWSManagedRulesACFPRuleSet.- Specified by:
getPayloadTypein interfaceCfnWebACL.ManagedRuleGroupConfigProperty
-
getUsernameField
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigPropertyInstead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSetorAWSManagedRulesACFPRuleSet.- Specified by:
getUsernameFieldin interfaceCfnWebACL.ManagedRuleGroupConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-