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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnWebACL.ManagedRuleGroupConfigProperty
CfnWebACL.ManagedRuleGroupConfigProperty.Builder, CfnWebACL.ManagedRuleGroupConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWebACL.ManagedRuleGroupConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Additional configuration for using the account creation fraud prevention (ACFP) managed rule group,AWSManagedRulesACFPRuleSet
.final Object
Additional configuration for using the account takeover prevention (ATP) managed rule group,AWSManagedRulesATPRuleSet
.final Object
Additional configuration for using the Bot Control managed rule group.final String
final Object
final String
final Object
final int
hashCode()
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
-
getAwsManagedRulesAcfpRuleSet
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigProperty
Additional configuration for using the account creation fraud prevention (ACFP) managed rule group,AWSManagedRulesACFPRuleSet
.Use this to provide account creation 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 account creation requests.
For information about using the ACFP managed rule group, see AWS WAF Fraud Control account creation fraud prevention (ACFP) rule group and AWS WAF Fraud Control account creation fraud prevention (ACFP) in the AWS WAF Developer Guide .
- Specified by:
getAwsManagedRulesAcfpRuleSet
in interfaceCfnWebACL.ManagedRuleGroupConfigProperty
- See Also:
-
getAwsManagedRulesAtpRuleSet
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigProperty
Additional 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
ManagedRuleGroupConfig
and 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:
getAwsManagedRulesAtpRuleSet
in interfaceCfnWebACL.ManagedRuleGroupConfigProperty
- See Also:
-
getAwsManagedRulesBotControlRuleSet
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigProperty
Additional 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:
getAwsManagedRulesBotControlRuleSet
in interfaceCfnWebACL.ManagedRuleGroupConfigProperty
- See Also:
-
getLoginPath
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigProperty
Instead of this setting, provide your configuration under
AWSManagedRulesATPRuleSet
.- Specified by:
getLoginPath
in interfaceCfnWebACL.ManagedRuleGroupConfigProperty
- See Also:
-
getPasswordField
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigProperty
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet
orAWSManagedRulesACFPRuleSet
.- Specified by:
getPasswordField
in interfaceCfnWebACL.ManagedRuleGroupConfigProperty
- See Also:
-
getPayloadType
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigProperty
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet
orAWSManagedRulesACFPRuleSet
.- Specified by:
getPayloadType
in interfaceCfnWebACL.ManagedRuleGroupConfigProperty
- See Also:
-
getUsernameField
Description copied from interface:CfnWebACL.ManagedRuleGroupConfigProperty
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet
orAWSManagedRulesACFPRuleSet
.- Specified by:
getUsernameField
in interfaceCfnWebACL.ManagedRuleGroupConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-