Class CfnWebACL.AWSManagedRulesACFPRuleSetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.AWSManagedRulesACFPRuleSetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.AWSManagedRulesACFPRuleSetProperty
CfnWebACL.AWSManagedRulesACFPRuleSetProperty-
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.AWSManagedRulesACFPRuleSetProperty
CfnWebACL.AWSManagedRulesACFPRuleSetProperty.Builder, CfnWebACL.AWSManagedRulesACFPRuleSetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACL.AWSManagedRulesACFPRuleSetProperty.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 StringThe path of the account creation endpoint for your application.final ObjectAllow the use of regular expressions in the registration page path and the account creation path.final StringThe path of the account registration endpoint for your application.final ObjectThe criteria for inspecting account creation requests, used by the ACFP rule group to validate and track account creation attempts.final ObjectThe criteria for inspecting responses to account creation requests, used by the ACFP rule group to track account creation success rates.final 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.AWSManagedRulesACFPRuleSetProperty.Builder.
-
-
Method Details
-
getCreationPath
Description copied from interface:CfnWebACL.AWSManagedRulesACFPRuleSetPropertyThe path of the account creation endpoint for your application.This is the page on your website that accepts the completed registration form for a new user. This page must accept
POSTrequests.For example, for the URL
https://example.com/web/newaccount, you would provide the path/web/newaccount. Account creation page paths that start with the path that you provide are considered a match. For example/web/newaccountmatches the account creation paths/web/newaccount,/web/newaccount/,/web/newaccountPage, and/web/newaccount/thisPage, but doesn't match the path/home/web/newaccountor/website/newaccount.- Specified by:
getCreationPathin interfaceCfnWebACL.AWSManagedRulesACFPRuleSetProperty- See Also:
-
getRegistrationPagePath
Description copied from interface:CfnWebACL.AWSManagedRulesACFPRuleSetPropertyThe path of the account registration endpoint for your application.This is the page on your website that presents the registration form to new users.
This page must accept
GETtext/html requests.For example, for the URL
https://example.com/web/registration, you would provide the path/web/registration. Registration page paths that start with the path that you provide are considered a match. For example/web/registrationmatches the registration paths/web/registration,/web/registration/,/web/registrationPage, and/web/registration/thisPage, but doesn't match the path/home/web/registrationor/website/registration.- Specified by:
getRegistrationPagePathin interfaceCfnWebACL.AWSManagedRulesACFPRuleSetProperty- See Also:
-
getRequestInspection
Description copied from interface:CfnWebACL.AWSManagedRulesACFPRuleSetPropertyThe criteria for inspecting account creation requests, used by the ACFP rule group to validate and track account creation attempts.Returns union: either
IResolvableorCfnWebACL.RequestInspectionACFPProperty- Specified by:
getRequestInspectionin interfaceCfnWebACL.AWSManagedRulesACFPRuleSetProperty- See Also:
-
getEnableRegexInPath
Description copied from interface:CfnWebACL.AWSManagedRulesACFPRuleSetPropertyAllow the use of regular expressions in the registration page path and the account creation path.Returns union: either
BooleanorIResolvable- Specified by:
getEnableRegexInPathin interfaceCfnWebACL.AWSManagedRulesACFPRuleSetProperty- See Also:
-
getResponseInspection
Description copied from interface:CfnWebACL.AWSManagedRulesACFPRuleSetPropertyThe criteria for inspecting responses to account creation requests, used by the ACFP rule group to track account creation success rates.Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.
The ACFP rule group evaluates the responses that your protected resources send back to client account creation attempts, keeping count of successful and failed attempts from each IP address and client session. Using this information, the rule group labels and mitigates requests from client sessions and IP addresses that have had too many successful account creation attempts in a short amount of time.
Returns union: either
IResolvableorCfnWebACL.ResponseInspectionProperty- Specified by:
getResponseInspectionin interfaceCfnWebACL.AWSManagedRulesACFPRuleSetProperty- See Also:
-
$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()
-