UserPoolUserArgs

data class UserPoolUserArgs(val clientMetadata: Output<Any>? = null, val desiredDeliveryMediums: Output<List<String>>? = null, val forceAliasCreation: Output<Boolean>? = null, val messageAction: Output<String>? = null, val userAttributes: Output<List<UserPoolUserAttributeTypeArgs>>? = null, val userPoolId: Output<String>? = null, val username: Output<String>? = null, val validationData: Output<List<UserPoolUserAttributeTypeArgs>>? = null) : ConvertibleToJava<UserPoolUserArgs>

Resource Type definition for AWS::Cognito::UserPoolUser

Constructors

Link copied to clipboard
fun UserPoolUserArgs(clientMetadata: Output<Any>? = null, desiredDeliveryMediums: Output<List<String>>? = null, forceAliasCreation: Output<Boolean>? = null, messageAction: Output<String>? = null, userAttributes: Output<List<UserPoolUserAttributeTypeArgs>>? = null, userPoolId: Output<String>? = null, username: Output<String>? = null, validationData: Output<List<UserPoolUserAttributeTypeArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val clientMetadata: Output<Any>? = null
Link copied to clipboard
val desiredDeliveryMediums: Output<List<String>>? = null
Link copied to clipboard
val forceAliasCreation: Output<Boolean>? = null
Link copied to clipboard
val messageAction: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val username: Output<String>? = null
Link copied to clipboard
val userPoolId: Output<String>? = null
Link copied to clipboard