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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder, CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.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 booleanOverrides the risk decision to always block the pre-authentication requests.Risk detection isn't performed on the IP addresses in this range list.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
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.RiskExceptionConfigurationTypePropertyOverrides 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:
getBlockedIpRangeListin interfaceCfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
-
getSkippedIpRangeList
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypePropertyRisk detection isn't performed on the IP addresses in this range list.The IP range is in CIDR notation.
- Specified by:
getSkippedIpRangeListin interfaceCfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
-
$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()
-