Class CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty
@Stability(Stable)
@Internal
public static final class CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty
An implementation for
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty-
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.AccountTakeoverActionTypeProperty
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Builder, CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.AccountTakeoverActionTypeProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty.Builder.
-
-
Method Details
-
getEventAction
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypePropertyThe action to take in response to the account takeover action. Valid values are as follows:.BLOCKChoosing this action will block the request.MFA_IF_CONFIGUREDPresent an MFA challenge if user has configured it, else allow the request.MFA_REQUIREDPresent an MFA challenge if user has configured it, else block the request.NO_ACTIONAllow the user to sign in.
- Specified by:
getEventActionin interfaceCfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty- See Also:
-
getNotify
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypePropertyFlag specifying whether to send a notification.- Specified by:
getNotifyin interfaceCfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionTypeProperty- 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()
-