trustedHostKeys

@JvmName(name = "ddueklbnxpyiwfaa")
suspend fun trustedHostKeys(value: Output<List<String>>)
@JvmName(name = "thvtqbaovolaaico")
suspend fun trustedHostKeys(value: List<String>?)

Parameters

value

List of public host keys, for the external server to which you are connecting.


@JvmName(name = "ghdmlyuexmhdxygh")
suspend fun trustedHostKeys(vararg values: Output<String>)


@JvmName(name = "obnukmhmkeeolcum")
suspend fun trustedHostKeys(values: List<Output<String>>)
@JvmName(name = "knrhbrgvmbymjuxg")
suspend fun trustedHostKeys(vararg values: String)

Parameters

values

List of public host keys, for the external server to which you are connecting.