Parameter | Type | Description | Example |
---|---|---|---|
object | The data structure of the external store. | ||
externalStoreName | string | The name of the external store. The name must be unique in a project and must be different from Logstore names. | rds_store |
storeType | string | The storage type. Set the value to rds-vpc, which indicates a database on an ApsaraDB RDS for MySQL instance in a virtual private cloud (VPC). | rds-vpc |
parameter | object | The parameters that are configured for the external store. | { "vpc-id": "vpc-bp1aevy8sofi8mh1q****", "instance-id": "i-bp1b6c719dfa08exf****", "host": "192.168.XX.XX", "port": "3306", "username": "root", "password": "sfdsfldsfksfls****", "db": "meta", "table": "join_meta", "region": "cn-qingdao" } |