adminCreateUserConfig

@JvmName(name = "xykokrjicqkcqroo")
suspend fun adminCreateUserConfig(value: Output<UserPoolAdminCreateUserConfigArgs>)
@JvmName(name = "fsslqmcjqnuvlyfi")
suspend fun adminCreateUserConfig(value: UserPoolAdminCreateUserConfigArgs?)

Parameters

value

The settings for administrator creation of users in a user pool. Contains settings for allowing user sign-up, customizing invitation messages to new users, and the amount of time before temporary passwords expire. This data type is a request and response parameter of CreateUserPool and UpdateUserPool , and a response parameter of DescribeUserPool .


@JvmName(name = "gnodnfswxxmbbopt")
suspend fun adminCreateUserConfig(argument: suspend UserPoolAdminCreateUserConfigArgsBuilder.() -> Unit)

Parameters

argument

The settings for administrator creation of users in a user pool. Contains settings for allowing user sign-up, customizing invitation messages to new users, and the amount of time before temporary passwords expire. This data type is a request and response parameter of CreateUserPool and UpdateUserPool , and a response parameter of DescribeUserPool .