Windows Configuration Args
constructor(autoLogon: Output<Boolean>? = null, autoLogonCount: Output<Int>? = null, domainName: Output<String>? = null, domainUserPassword: Output<String>? = null, domainUsername: Output<String>? = null, firstLogonCommands: Output<List<String>>? = null, fullName: Output<String>? = null, orgName: Output<String>? = null, productId: Output<String>? = null, timeZone: Output<String>? = null, workGroupName: Output<String>? = null)