inviteMessageTemplate

@JvmName(name = "kmhnwkfxfgneyxvn")
suspend fun inviteMessageTemplate(value: Output<UserPoolInviteMessageTemplateArgs>)
@JvmName(name = "wywployawyuhasoo")
suspend fun inviteMessageTemplate(value: UserPoolInviteMessageTemplateArgs?)

Parameters

value

The template for the welcome message to new users. This template must include the {####} temporary password placeholder if you are creating users with passwords. If your users don't have passwords, you can omit the placeholder. See also Customizing User Invitation Messages .


@JvmName(name = "kdidbouffvbjhtph")
suspend fun inviteMessageTemplate(argument: suspend UserPoolInviteMessageTemplateArgsBuilder.() -> Unit)

Parameters

argument

The template for the welcome message to new users. This template must include the {####} temporary password placeholder if you are creating users with passwords. If your users don't have passwords, you can omit the placeholder. See also Customizing User Invitation Messages .