All Products
Search
Document Center

Simple Log Service:externalStore

Last Updated:Nov 13, 2024
ParameterTypeDescriptionExample
object

The data structure of the external store.

externalStoreNamestring

The name of the external store. The name must be unique in a project and must be different from Logstore names.

rds_store
storeTypestring

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
parameterobject

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" }