Class CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
@Stability(Stable)
@Internal
public static final class CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
An implementation for
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
-
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.cognito.CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder, CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.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
Overrides the risk decision to always block the pre-authentication requests.Risk detection isn't performed on the IP addresses in this range list.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
protected Jsii$Proxy(CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder
.
-
-
Method Details
-
getBlockedIpRangeList
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
Overrides the risk decision to always block the pre-authentication requests.The IP range is in CIDR notation, a compact representation of an IP address and its routing prefix.
- Specified by:
getBlockedIpRangeList
in interfaceCfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
-
getSkippedIpRangeList
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
Risk detection isn't performed on the IP addresses in this range list.The IP range is in CIDR notation.
- Specified by:
getSkippedIpRangeList
in interfaceCfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
-
$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()
-