FlinkSessionJob
A Flink session job.
Syntax
json
{
"id": "string",
"name": "string",
"flinkConfiguration": {
"string": "string"
},
"job": {
"id": "string",
"name": "string",
"jarUri": "string",
"entryClass": "string",
"args": [
"string"
]
},
"state": "PENDING | RUNNING | DELETING | FAILED",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
Type Definition
- Type
object
- Properties
flinkConfiguration
requiredThe Flink configuration specific to the Flink session job.
- Schema
FlinkConfiguration
- Schema
createdAt
requiredThe time when the Flink session job was created.
- Type
string
- Format
date-time
- Type
updatedAt
requiredThe time when the Flink session job was last updated.
- Type
string
- Format
date-time
- Type