Class CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty
@Stability(Stable)
@Internal
public static final class CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty
An implementation for
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty-
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.AccountTakeoverRiskConfigurationTypeProperty
CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.Builder, CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.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 ObjectA list of account-takeover actions for each level of risk that Amazon Cognito might assess with threat protection.final ObjectThe settings for composing and sending an email message when threat protection assesses a risk level with adaptive authentication.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.AccountTakeoverRiskConfigurationTypeProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypePropertyA list of account-takeover actions for each level of risk that Amazon Cognito might assess with threat protection.Returns union: either
IResolvableorCfnUserPoolRiskConfigurationAttachment.AccountTakeoverActionsTypeProperty- Specified by:
getActionsin interfaceCfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty- See Also:
-
getNotifyConfiguration
Description copied from interface:CfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypePropertyThe settings for composing and sending an email message when threat protection assesses a risk level with adaptive authentication.When you choose to notify users in
AccountTakeoverRiskConfiguration, Amazon Cognito sends an email message using the method and template that you set with this data type.Returns union: either
IResolvableorCfnUserPoolRiskConfigurationAttachment.NotifyConfigurationTypeProperty- Specified by:
getNotifyConfigurationin interfaceCfnUserPoolRiskConfigurationAttachment.AccountTakeoverRiskConfigurationTypeProperty- 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()
-