public static final class CfnUserPoolRiskConfigurationAttachmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPoolRiskConfigurationAttachmentProps
CfnUserPoolRiskConfigurationAttachmentProps
CfnUserPoolRiskConfigurationAttachmentProps.Builder, CfnUserPoolRiskConfigurationAttachmentProps.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.lang.Object |
getAccountTakeoverRiskConfiguration()
The account takeover risk configuration object, including the `NotifyConfiguration` object and `Actions` to take if there is an account takeover.
|
java.lang.String |
getClientId()
The app client ID.
|
java.lang.Object |
getCompromisedCredentialsRiskConfiguration()
The compromised credentials risk configuration object, including the `EventFilter` and the `EventAction` .
|
java.lang.Object |
getRiskExceptionConfiguration()
The configuration to override the risk decision.
|
java.lang.String |
getUserPoolId()
The user pool ID.
|
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.lang.String getClientId()
CfnUserPoolRiskConfigurationAttachmentProps
You can specify the risk configuration for a single client (with a specific ClientId) or for all clients (by setting the ClientId to ALL
).
getClientId
in interface CfnUserPoolRiskConfigurationAttachmentProps
public final java.lang.String getUserPoolId()
CfnUserPoolRiskConfigurationAttachmentProps
getUserPoolId
in interface CfnUserPoolRiskConfigurationAttachmentProps
public final java.lang.Object getAccountTakeoverRiskConfiguration()
CfnUserPoolRiskConfigurationAttachmentProps
getAccountTakeoverRiskConfiguration
in interface CfnUserPoolRiskConfigurationAttachmentProps
public final java.lang.Object getCompromisedCredentialsRiskConfiguration()
CfnUserPoolRiskConfigurationAttachmentProps
getCompromisedCredentialsRiskConfiguration
in interface CfnUserPoolRiskConfigurationAttachmentProps
public final java.lang.Object getRiskExceptionConfiguration()
CfnUserPoolRiskConfigurationAttachmentProps
getRiskExceptionConfiguration
in interface CfnUserPoolRiskConfigurationAttachmentProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()