Cluster Pool Ssh Profile Args
data class ClusterPoolSshProfileArgs(val count: Output<Int>, val vmSize: Output<String>? = null) : ConvertibleToJava<ClusterPoolSshProfileArgs>
Ssh profile for the cluster.
Ssh profile for the cluster.