Exec Step Config Args
data class ExecStepConfigArgs(val allowedSuccessCodes: Output<List<Int>>? = null, val gcsObject: Output<GcsObjectArgs>? = null, val interpreter: Output<ExecStepConfigInterpreter>? = null, val localPath: Output<String>? = null) : ConvertibleToJava<ExecStepConfigArgs>
Common configurations for an ExecStep.
Constructors
Link copied to clipboard
fun ExecStepConfigArgs(allowedSuccessCodes: Output<List<Int>>? = null, gcsObject: Output<GcsObjectArgs>? = null, interpreter: Output<ExecStepConfigInterpreter>? = null, localPath: Output<String>? = null)