Show / Hide Table of Contents

Class UserPoolDeviceConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserPoolDeviceConfigurationArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cognito.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolDeviceConfigurationArgs : ResourceArgs

Constructors

View Source

UserPoolDeviceConfigurationArgs()

Declaration
public UserPoolDeviceConfigurationArgs()

Properties

View Source

ChallengeRequiredOnNewDevice

Indicates whether a challenge is required on a new device. Only applicable to a new device.

Declaration
public Input<bool> ChallengeRequiredOnNewDevice { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DeviceOnlyRememberedOnUserPrompt

If true, a device is only remembered on user prompt.

Declaration
public Input<bool> DeviceOnlyRememberedOnUserPrompt { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.