FlinkPlugin
The configuration of a Flink plugin.
Syntax
json
{
"name": "string",
"jars": [
"string"
]
}
Type Definition
- Type
object
- Properties
name
requiredThe name of the plugin.
- Type
string
- Minimum Length 2
- Maximum Length 63
- Pattern
^[a-z0-9][a-z0-9._-]*[a-z0-9]$
- Type
jars
requiredThe list of JAR files for the plugin.
- Type
array
- Items
- Type
string
- Type
- Type