initialPassword

@JvmName(name = "tdivrlvahcopjlgn")
suspend fun initialPassword(value: Output<UserInitialPasswordArgs>)
@JvmName(name = "ypugnhasgxbcsneg")
suspend fun initialPassword(value: UserInitialPasswordArgs?)

Parameters

value

When given, the user's initial password will be set. This attribute is only respected during initial user creation.


@JvmName(name = "sxxksojfbukkbqgm")
suspend fun initialPassword(argument: suspend UserInitialPasswordArgsBuilder.() -> Unit)

Parameters

argument

When given, the user's initial password will be set. This attribute is only respected during initial user creation.