sshPublicKey

@JvmName(name = "gsbcxifdiflnwdvg")
suspend fun sshPublicKey(value: Output<ConnectionAuthConfigSshPublicKeyArgs>)
@JvmName(name = "gvhmkepltbpwfoht")
suspend fun sshPublicKey(value: ConnectionAuthConfigSshPublicKeyArgs?)

Parameters

value

SSH Public Key for Authentication. Structure is documented below.


@JvmName(name = "tpcvirxrrupvuxyt")
suspend fun sshPublicKey(argument: suspend ConnectionAuthConfigSshPublicKeyArgsBuilder.() -> Unit)

Parameters

argument

SSH Public Key for Authentication. Structure is documented below.