UserPoolSchemaAttributeArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): UserPoolSchemaAttributeArgs

Properties

Link copied to clipboard
val attributeDataType: Output<String>? = null
Link copied to clipboard
val developerOnlyAttribute: Output<Boolean>? = null
Link copied to clipboard
val mutable: Output<Boolean>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val required: Output<Boolean>? = null