FlinkJob
A Flink job.
Syntax
json
{
"id": "string",
"name": "string",
"jarUri": "string",
"entryClass": "string",
"args": [
"string"
]
}
Type Definition
- Type
object
- Properties
id
requiredThe job ID generated by Flink.
- Type
string
- Type
name
requiredThe name of the job.
- Type
string
- Type
jarUri
optionalThe JAR file URI of the job.
- Type
string
- Type
entryClass
optionalThe Java entry class of the job.
- Type
string
- Type
args
requiredThe command line arguments of the job.
- Type
array
- Items
- Type
string
- Type
- Type