deviceConfiguration

@JvmName(name = "lxejclwgndmcwqvq")
suspend fun deviceConfiguration(value: Output<UserPoolDeviceConfigurationArgs>)
@JvmName(name = "ypsuwbpabakcqyvt")
suspend fun deviceConfiguration(value: UserPoolDeviceConfigurationArgs?)

Parameters

value

The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.

When you provide a value for any DeviceConfiguration field, you activate the Amazon Cognito device-remembering feature.


@JvmName(name = "hqurfjesaigtkcge")
suspend fun deviceConfiguration(argument: suspend UserPoolDeviceConfigurationArgsBuilder.() -> Unit)

Parameters

argument

The device-remembering configuration for a user pool. A null value indicates that you have deactivated device remembering in your user pool.

When you provide a value for any DeviceConfiguration field, you activate the Amazon Cognito device-remembering feature.