User Pool User Args
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)