属性定义
数据源类型type为: dlf
支持的配置模式(ConnectionPropertiesMode):
InstanceMode(实例模式)
属性参数
名称 | 类型 | 示例值 | 是否必填 | 描述和注意点 |
regionId | String | cn-hangzhou | 是 | 地域。 |
catalogId | String | clg-paimon-xxx | 是 | DLF catalogId |
catalogName | String | xxx | 是 | DLF catalogName |
database | String | db1 | 是 | 数据库名。 |
authType | String | Executor | 是 | DLF访问身份,枚举值有:
|
authIdentity | String | 123123 | 否 | 子账号ID或角色ID。 当 |
envType | String | Dev | 是 | envType表示数据源环境信息。
|
endpoint | String | http://cn-hangzhou-vpc.dlf.aliyuncs.com | 是 | DLF访问地址 |
数据源配置示例
{
"envType": "Prod",
"authType": "SubAccount",
"database":"testdb01",
"catalogId": "clg-paimon-xx",
"catalogName": "xx",
"endpoint": "http://cn-hangzhou-vpc.dlf.aliyuncs.com",
"authIdentity": "xxx"
}