Skip to main content

TCognitoIdentityProviderNumberAttributeConstraintsType

Class in AWS.CognitoIdentityProvider

NumberAttributeConstraintsType class.

Ancestors

Properties

MaxValue

property MaxValue: string

MinValue

property MinValue: string

Methods

ForMaxValue

class function ForMaxValue( const AMaxValue: string): TCognitoIdentityProviderNumberAttributeConstraintsType; static;

TCognitoIdentityProviderNumberAttributeConstraintsType

Construct a TCognitoIdentityProviderNumberAttributeConstraintsType instance with MaxValue set.

Parameters

NameDescription
AMaxValueSpecify the maximum value of an attribute that is of the number data type.

Returns

A TCognitoIdentityProviderNumberAttributeConstraintsType instance with MaxValue set.

ForMinValue

class function ForMinValue( const AMinValue: string): TCognitoIdentityProviderNumberAttributeConstraintsType; static;

TCognitoIdentityProviderNumberAttributeConstraintsType

Construct a TCognitoIdentityProviderNumberAttributeConstraintsType instance with MinValue set.

Parameters

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

Returns

A TCognitoIdentityProviderNumberAttributeConstraintsType instance with MinValue set.

ForRange

class function ForRange( const AMinValue, AMaxValue: string): TCognitoIdentityProviderNumberAttributeConstraintsType; static;

TCognitoIdentityProviderNumberAttributeConstraintsType

Construct a TCognitoIdentityProviderNumberAttributeConstraintsType instance with both MaxValue and MinValue set.

Parameters

NameDescription
AMinValueSpecify the minimum value of an attribute that is of the number data type.
AMaxValueSpecify the maximum value of an attribute that is of the number data type.

Returns

A TCognitoIdentityProviderNumberAttributeConstraintsType instance with both MaxValue and MinValue set.