ICognitoIdentityProviderSchemaAttributeType
Interface in AWS.CognitoIdentityProvider
Interface for SchemaAttributeType.
Properties
AttributeDataType
property AttributeDataType: string
The attribute data type.
DeveloperOnlyAttribute
property DeveloperOnlyAttribute: TOptional<Boolean>
Specifies whether the attribute type is developer only.
Mutable
property Mutable: TOptional<Boolean>
Specifies whether the value of the attribute can be modified.
Name
property Name: string
Specifies a schema attribute of the name type.
NumberAttributeConstraints
property NumberAttributeConstraints: ICognitoIdentityProviderNumberAttributeConstraintsType
Type: ICognitoIdentityProviderNumberAttributeConstraintsType
Specifies constraints for an attribute of the number type.
Required
property Required: TOptional<Boolean>
Specifies whether a user pool attribute is required.
StringAttributeConstraints
property StringAttributeConstraints: ICognitoIdentityProviderStringAttributeConstraintsType
Type: ICognitoIdentityProviderStringAttributeConstraintsType
Specifies constraints for an attribute of the string type.