Class RiskConfigurationType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RiskConfigurationType.Builder,RiskConfigurationType>
The settings of risk configuration for threat protection with threat protection in a user pool.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe settings for automated responses and notification templates for adaptive authentication with threat protection.builder()final StringclientId()The app client where this configuration is applied.Settings for compromised-credentials actions and authentication types with threat protection in full-functionENFORCEDmode.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe date and time when the item was modified.Exceptions to the risk evaluation configuration, including always-allow and always-block IP address ranges.static Class<? extends RiskConfigurationType.Builder>final StringtoString()Returns a string representation of this object.final StringThe ID of the user pool that has the risk configuration applied.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
userPoolId
The ID of the user pool that has the risk configuration applied.
- Returns:
- The ID of the user pool that has the risk configuration applied.
-
clientId
The app client where this configuration is applied. When this parameter isn't present, the risk configuration applies to all user pool app clients that don't have client-level settings.
- Returns:
- The app client where this configuration is applied. When this parameter isn't present, the risk configuration applies to all user pool app clients that don't have client-level settings.
-
compromisedCredentialsRiskConfiguration
Settings for compromised-credentials actions and authentication types with threat protection in full-function
ENFORCEDmode.- Returns:
- Settings for compromised-credentials actions and authentication types with threat protection in
full-function
ENFORCEDmode.
-
accountTakeoverRiskConfiguration
The settings for automated responses and notification templates for adaptive authentication with threat protection.
- Returns:
- The settings for automated responses and notification templates for adaptive authentication with threat protection.
-
riskExceptionConfiguration
Exceptions to the risk evaluation configuration, including always-allow and always-block IP address ranges.
- Returns:
- Exceptions to the risk evaluation configuration, including always-allow and always-block IP address ranges.
-
lastModifiedDate
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Returns:
- The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<RiskConfigurationType.Builder,RiskConfigurationType>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-