Open Shift Managed Cluster Master Pool Profile Args
fun OpenShiftManagedClusterMasterPoolProfileArgs(count: Output<Int>, name: Output<String>? = null, osType: Output<Either<String, OSType>>? = null, subnetCidr: Output<String>? = null, vmSize: Output<Either<String, OpenShiftContainerServiceVMSize>>)