Kubernetes Cluster Windows Profile Args
data class KubernetesClusterWindowsProfileArgs(val adminPassword: Output<String>, val adminUsername: Output<String>, val gmsa: Output<KubernetesClusterWindowsProfileGmsaArgs>? = null, val license: Output<String>? = null) : ConvertibleToJava<KubernetesClusterWindowsProfileArgs>
Constructors
Link copied to clipboard
constructor(adminPassword: Output<String>, adminUsername: Output<String>, gmsa: Output<KubernetesClusterWindowsProfileGmsaArgs>? = null, license: Output<String>? = null)