AWS::Cognito::UserPool NumberAttributeConstraints - AWS CloudFormation

AWS::Cognito::UserPool NumberAttributeConstraints

The minimum and maximum values of an attribute that is of the number data type.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "MaxValue" : String, "MinValue" : String }

YAML

MaxValue: String MinValue: String

Properties

MaxValue

The maximum length of a number attribute value. Must be a number less than or equal to 2^1023, represented as a string with a length of 131072 characters or fewer.

Required: No

Type: String

Minimum: 0

Maximum: 131072

Update requires: No interruption

MinValue

The minimum value of an attribute that is of the number data type.

Required: No

Type: String

Minimum: 0

Maximum: 131072

Update requires: No interruption