Software Recipe Step Install Msi Args
data class SoftwareRecipeStepInstallMsiArgs(val allowedExitCodes: Output<List<Int>>? = null, val artifactId: Output<String>, val flags: Output<List<String>>? = null) : ConvertibleToJava<SoftwareRecipeStepInstallMsiArgs>
Installs an MSI file.