SoftwareRecipeStepExecFileArgs

fun SoftwareRecipeStepExecFileArgs(allowedExitCodes: Output<List<Int>>? = null, args: Output<List<String>>? = null, artifactId: Output<String>? = null, localPath: Output<String>? = null)