userPoolAddOns

@JvmName(name = "onybwuqdywtxodgj")
suspend fun userPoolAddOns(value: Output<UserPoolAddOnsArgs>)
@JvmName(name = "nkhylryvxcgjnsng")
suspend fun userPoolAddOns(value: UserPoolAddOnsArgs?)

Parameters

value

Contains settings for activation of threat protection, including the operating mode and additional authentication types. To log user security information but take no action, set to AUDIT . To configure automatic security responses to potentially unwanted traffic to your user pool, set to ENFORCED . For more information, see Adding advanced security to a user pool . To activate this setting, your user pool must be on the Plus tier .


@JvmName(name = "hrkdbbaenuujylgs")
suspend fun userPoolAddOns(argument: suspend UserPoolAddOnsArgsBuilder.() -> Unit)

Parameters

argument

Contains settings for activation of threat protection, including the operating mode and additional authentication types. To log user security information but take no action, set to AUDIT . To configure automatic security responses to potentially unwanted traffic to your user pool, set to ENFORCED . For more information, see Adding advanced security to a user pool . To activate this setting, your user pool must be on the Plus tier .