@Stability(value=Stable) public static final class CfnUserPool.DeviceConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPool.DeviceConfigurationProperty>
CfnUserPool.DeviceConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserPool.DeviceConfigurationProperty |
build()
Builds the configured instance.
|
CfnUserPool.DeviceConfigurationProperty.Builder |
challengeRequiredOnNewDevice(Boolean challengeRequiredOnNewDevice)
|
CfnUserPool.DeviceConfigurationProperty.Builder |
challengeRequiredOnNewDevice(IResolvable challengeRequiredOnNewDevice)
|
CfnUserPool.DeviceConfigurationProperty.Builder |
deviceOnlyRememberedOnUserPrompt(Boolean deviceOnlyRememberedOnUserPrompt)
|
CfnUserPool.DeviceConfigurationProperty.Builder |
deviceOnlyRememberedOnUserPrompt(IResolvable deviceOnlyRememberedOnUserPrompt)
|
@Stability(value=Stable) public CfnUserPool.DeviceConfigurationProperty.Builder challengeRequiredOnNewDevice(Boolean challengeRequiredOnNewDevice)
challengeRequiredOnNewDevice - When true, device authentication can replace SMS and time-based one-time password (TOTP) factors for multi-factor authentication (MFA).
Users that sign in with devices that have not been confirmed or remembered will still have to provide a second factor, whether or not ChallengeRequiredOnNewDevice is true, when your user pool requires MFA.
this@Stability(value=Stable) public CfnUserPool.DeviceConfigurationProperty.Builder challengeRequiredOnNewDevice(IResolvable challengeRequiredOnNewDevice)
challengeRequiredOnNewDevice - When true, device authentication can replace SMS and time-based one-time password (TOTP) factors for multi-factor authentication (MFA).
Users that sign in with devices that have not been confirmed or remembered will still have to provide a second factor, whether or not ChallengeRequiredOnNewDevice is true, when your user pool requires MFA.
this@Stability(value=Stable) public CfnUserPool.DeviceConfigurationProperty.Builder deviceOnlyRememberedOnUserPrompt(Boolean deviceOnlyRememberedOnUserPrompt)
deviceOnlyRememberedOnUserPrompt - When true, users can opt in to remembering their device.
Your app code must use callback functions to return the user's choice.this@Stability(value=Stable) public CfnUserPool.DeviceConfigurationProperty.Builder deviceOnlyRememberedOnUserPrompt(IResolvable deviceOnlyRememberedOnUserPrompt)
deviceOnlyRememberedOnUserPrompt - When true, users can opt in to remembering their device.
Your app code must use callback functions to return the user's choice.this@Stability(value=Stable) public CfnUserPool.DeviceConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnUserPool.DeviceConfigurationProperty>CfnUserPool.DeviceConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.