KubernetesClusterLinuxProfileSshKeyArgs

data class KubernetesClusterLinuxProfileSshKeyArgs(val keyData: Output<String>) : ConvertibleToJava<KubernetesClusterLinuxProfileSshKeyArgs>

Constructors

Link copied to clipboard
constructor(keyData: Output<String>)

Properties

Link copied to clipboard
val keyData: Output<String>

The Public SSH Key used to access the cluster. Changing this forces a new resource to be created.

Functions

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