Show / Hide Table of Contents

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 Source

AttributeDataType

The attribute data type. Must be one of Boolean, Number, String, DateTime.

Declaration
public readonly string AttributeDataType
Field Value
Type Description
System.String
View Source

DeveloperOnlyAttribute

Specifies whether the attribute type is developer only.

Declaration
public readonly bool? DeveloperOnlyAttribute
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

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>
View Source

Name

The name of the attribute.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NumberAttributeConstraints

Specifies the constraints for an attribute of the number type.

Declaration
public readonly UserPoolSchemaNumberAttributeConstraints NumberAttributeConstraints
Field Value
Type Description
UserPoolSchemaNumberAttributeConstraints
View Source

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>
View Source

StringAttributeConstraints

-Specifies the constraints for an attribute of the string type.

Declaration
public readonly UserPoolSchemaStringAttributeConstraints StringAttributeConstraints
Field Value
Type Description
UserPoolSchemaStringAttributeConstraints
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.