UserPoolAdminCreateUserConfigArgs

data class UserPoolAdminCreateUserConfigArgs(val allowAdminCreateUserOnly: Output<Boolean>? = null, val inviteMessageTemplate: Output<UserPoolInviteMessageTemplateArgs>? = null, val unusedAccountValidityDays: Output<Int>? = null) : ConvertibleToJava<UserPoolAdminCreateUserConfigArgs>

Constructors

Link copied to clipboard
fun UserPoolAdminCreateUserConfigArgs(allowAdminCreateUserOnly: Output<Boolean>? = null, inviteMessageTemplate: Output<UserPoolInviteMessageTemplateArgs>? = null, unusedAccountValidityDays: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val allowAdminCreateUserOnly: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val unusedAccountValidityDays: Output<Int>? = null