SoftwareRecipeStepRunScriptArgs

fun SoftwareRecipeStepRunScriptArgs(allowedExitCodes: Output<List<Int>>? = null, interpreter: Output<SoftwareRecipeStepRunScriptInterpreter>? = null, script: Output<String>)