Software Recipe Args
constructor(artifacts: Output<List<SoftwareRecipeArtifactArgs>>? = null, desiredState: Output<SoftwareRecipeDesiredState>? = null, installSteps: Output<List<SoftwareRecipeStepArgs>>? = null, name: Output<String>, updateSteps: Output<List<SoftwareRecipeStepArgs>>? = null, version: Output<String>? = null)