Add-VSCognitoUserPoolDeviceConfiguration
Add-VSCognitoUserPoolDeviceConfiguration
SYNOPSIS
Adds an AWS::Cognito::UserPool.DeviceConfiguration resource property to the template. The configuration for the user pool’s device tracking.
SYNTAX
Add-VSCognitoUserPoolDeviceConfiguration [[-DeviceOnlyRememberedOnUserPrompt] <Object>]
[[-ChallengeRequiredOnNewDevice] <Object>] [<CommonParameters>]
DESCRIPTION
Adds an AWS::Cognito::UserPool.DeviceConfiguration resource property to the template. The configuration for the user pool’s device tracking.
PARAMETERS
-DeviceOnlyRememberedOnUserPrompt
If true, a device is only remembered on user prompt.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-deviceonlyrememberedonuserprompt PrimitiveType: Boolean UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ChallengeRequiredOnNewDevice
Indicates whether a challenge is required on a new device. Only applicable to a new device.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-deviceconfiguration.html#cfn-cognito-userpool-deviceconfiguration-challengerequiredonnewdevice PrimitiveType: Boolean UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.