Class CfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty
CfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty-
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.cfnpropertymixins.services.wafv2.CfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty
CfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty.Builder, CfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty.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 ObjectAllow the use of regular expressions in the login page path.final StringThe path of the login endpoint for your application.final ObjectThe criteria for inspecting login requests, used by the ATP rule group to validate credentials usage.final ObjectThe criteria for inspecting responses to login requests, used by the ATP rule group to track login failure 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 theCfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty.Builder.
-
-
Method Details
-
getEnableRegexInPath
Description copied from interface:CfnWebACLPropsMixin.AWSManagedRulesATPRuleSetPropertyAllow the use of regular expressions in the login page path.Returns union: either
BooleanorIResolvable- Specified by:
getEnableRegexInPathin interfaceCfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty- See Also:
-
getLoginPath
Description copied from interface:CfnWebACLPropsMixin.AWSManagedRulesATPRuleSetPropertyThe path of the login endpoint for your application.For example, for the URL
https://example.com/web/login, you would provide the path/web/login. Login paths that start with the path that you provide are considered a match. For example/web/loginmatches the login paths/web/login,/web/login/,/web/loginPage, and/web/login/thisPage, but doesn't match the login path/home/web/loginor/website/login.The rule group inspects only HTTP
POSTrequests to your specified login endpoint.- Specified by:
getLoginPathin interfaceCfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty- See Also:
-
getRequestInspection
Description copied from interface:CfnWebACLPropsMixin.AWSManagedRulesATPRuleSetPropertyThe criteria for inspecting login requests, used by the ATP rule group to validate credentials usage.Returns union: either
IResolvableorCfnWebACLPropsMixin.RequestInspectionProperty- Specified by:
getRequestInspectionin interfaceCfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty- See Also:
-
getResponseInspection
Description copied from interface:CfnWebACLPropsMixin.AWSManagedRulesATPRuleSetPropertyThe criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates.Response inspection is available only in web ACLs that protect Amazon CloudFront distributions.
The ATP rule group evaluates the responses that your protected resources send back to client login attempts, keeping count of successful and failed attempts for 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 failed login attempts in a short amount of time.
Returns union: either
IResolvableorCfnWebACLPropsMixin.ResponseInspectionProperty- Specified by:
getResponseInspectionin interfaceCfnWebACLPropsMixin.AWSManagedRulesATPRuleSetProperty- 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()
-