| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The code of the deployment. | ||
| statement | string | The code of the deployment. | CREATE TEMPORARY TABLE datagen_source ( name VARCHAR, score BIGINT ) WITH ( 'connector' = 'datagen' ); CREATE TEMPORARY TABLE print_table ( name VARCHAR, score BIGINT ) WITH ( 'connector'='print', 'logger'='true' ); INSERT INTO print_table select * from datagen_source; |
| flinkConfiguration | object | The Realtime Compute for Apache Flink configuration. | |
| batchMode | boolean | Specifies whether the deployment is a batch deployment. | false |
| versionName | string | The engine version. | vvr-8.0.6-flink-1.17 |
| additionalDependencies | array | The additional dependencies. | |
| dependency | string | The URL of the additional dependency file. | "oss://xxx" |