Ssh Public Key Args
data class SshPublicKeyArgs(val keyData: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<SshPublicKeyArgs>
Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.