Software Recipe Step Exec File Args
data class SoftwareRecipeStepExecFileArgs(val allowedExitCodes: Output<List<Int>>? = null, val args: Output<List<String>>? = null, val artifactId: Output<String>? = null, val localPath: Output<String>? = null) : ConvertibleToJava<SoftwareRecipeStepExecFileArgs>
Executes an artifact or local file.