SoftwareRecipeStepArgs

constructor(archiveExtraction: Output<SoftwareRecipeStepExtractArchiveArgs>? = null, dpkgInstallation: Output<SoftwareRecipeStepInstallDpkgArgs>? = null, fileCopy: Output<SoftwareRecipeStepCopyFileArgs>? = null, fileExec: Output<SoftwareRecipeStepExecFileArgs>? = null, msiInstallation: Output<SoftwareRecipeStepInstallMsiArgs>? = null, rpmInstallation: Output<SoftwareRecipeStepInstallRpmArgs>? = null, scriptRun: Output<SoftwareRecipeStepRunScriptArgs>? = null)