public static final class CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder, CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getBlockedIpRangeList()
Overrides the risk decision to always block the pre-authentication requests.
|
java.util.List<java.lang.String> |
getSkippedIpRangeList()
Risk detection isn't performed on the IP addresses in this range list.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getBlockedIpRangeList()
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
The IP range is in CIDR notation, a compact representation of an IP address and its routing prefix.
getBlockedIpRangeList
in interface CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
public final java.util.List<java.lang.String> getSkippedIpRangeList()
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
The IP range is in CIDR notation.
getSkippedIpRangeList
in interface CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()