Class UserPoolSchemaGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolSchemaGetArgs : ResourceArgs
Constructors
View SourceUserPoolSchemaGetArgs()
Declaration
public UserPoolSchemaGetArgs()
Properties
View SourceAttributeDataType
The attribute data type. Must be one of Boolean, Number, String, DateTime.
Declaration
public Input<string> AttributeDataType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeveloperOnlyAttribute
Specifies whether the attribute type is developer only.
Declaration
public Input<bool> DeveloperOnlyAttribute { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Mutable
Specifies whether the attribute can be changed once it has been created.
Declaration
public Input<bool> Mutable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
The name of the attribute.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NumberAttributeConstraints
Specifies the constraints for an attribute of the number type.
Declaration
public Input<UserPoolSchemaNumberAttributeConstraintsGetArgs> NumberAttributeConstraints { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<UserPoolSchemaNumberAttributeConstraintsGetArgs> |
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 Input<bool> Required { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
StringAttributeConstraints
-Specifies the constraints for an attribute of the string type.
Declaration
public Input<UserPoolSchemaStringAttributeConstraintsGetArgs> StringAttributeConstraints { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<UserPoolSchemaStringAttributeConstraintsGetArgs> |