Class UserPoolSchema
Inheritance
System.Object
UserPoolSchema
Inherited Members
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolSchema
Fields
View SourceAttributeDataType
The attribute data type. Must be one of Boolean, Number, String, DateTime.
Declaration
public readonly string AttributeDataType
Field Value
| Type | Description |
|---|---|
| System.String |
DeveloperOnlyAttribute
Specifies whether the attribute type is developer only.
Declaration
public readonly bool? DeveloperOnlyAttribute
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Mutable
Specifies whether the attribute can be changed once it has been created.
Declaration
public readonly bool? Mutable
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
The name of the attribute.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NumberAttributeConstraints
Specifies the constraints for an attribute of the number type.
Declaration
public readonly UserPoolSchemaNumberAttributeConstraints NumberAttributeConstraints
Field Value
| Type | Description |
|---|---|
| UserPoolSchemaNumberAttributeConstraints |
Required
Specifies whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.
Declaration
public readonly bool? Required
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
StringAttributeConstraints
-Specifies the constraints for an attribute of the string type.
Declaration
public readonly UserPoolSchemaStringAttributeConstraints StringAttributeConstraints
Field Value
| Type | Description |
|---|---|
| UserPoolSchemaStringAttributeConstraints |