User Pool Schema Attribute Args
data class UserPoolSchemaAttributeArgs(val attributeDataType: Output<String>? = null, val developerOnlyAttribute: Output<Boolean>? = null, val mutable: Output<Boolean>? = null, val name: Output<String>? = null, val numberAttributeConstraints: Output<UserPoolNumberAttributeConstraintsArgs>? = null, val required: Output<Boolean>? = null, val stringAttributeConstraints: Output<UserPoolStringAttributeConstraintsArgs>? = null) : ConvertibleToJava<UserPoolSchemaAttributeArgs>
Constructors
Link copied to clipboard
fun UserPoolSchemaAttributeArgs(attributeDataType: Output<String>? = null, developerOnlyAttribute: Output<Boolean>? = null, mutable: Output<Boolean>? = null, name: Output<String>? = null, numberAttributeConstraints: Output<UserPoolNumberAttributeConstraintsArgs>? = null, required: Output<Boolean>? = null, stringAttributeConstraints: Output<UserPoolStringAttributeConstraintsArgs>? = null)