Skip to content

SynDbProps

Properties for defining a SynDb.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-clickhouse-syndb

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkclickhouse"
&alicloudroscdkclickhouse.SynDbProps {
    CkPassword: interface{},
    CkUserName: interface{},
    DbClusterId: interface{},
    RdsId: interface{},
    RdsPassword: interface{},
    RdsUserName: interface{},
    SkipUnsupported: interface{},
    SynDbTables: interface{},
    ClickhousePort: interface{},
    LimitUpper: interface{},
    RdsPort: interface{},
    RdsVpcId: interface{},
    RdsVpcUrl: interface{},
}

Properties

Name Type Description
CkPassword interface{} Property ckPassword: The password of the database account.
CkUserName interface{} Property ckUserName: The account of the clickhouse database.
DbClusterId interface{} Property dbClusterId: Clickhouse cluster id.
RdsId interface{} Property rdsId: The instance id of RDS.
RdsPassword interface{} Property rdsPassword: The password of the RDS database account.
RdsUserName interface{} Property rdsUserName: The account of the RDS database.
SkipUnsupported interface{} Property skipUnsupported: Skip unsupported table or not.
SynDbTables interface{} Property synDbTables: The tables to syn.
ClickhousePort interface{} Property clickhousePort: The port of clickhouse id.
LimitUpper interface{} Property limitUpper: The maximum number of rows to sync per second.
RdsPort interface{} Property rdsPort: The port of rds.
RdsVpcId interface{} Property rdsVpcId: The vpc of rds.
RdsVpcUrl interface{} Property rdsVpcUrl: Intranet address of ApsaraDB for RDS.

CkPasswordRequired

CkPassword interface{}
  • Type: interface{}

Property ckPassword: The password of the database account.


CkUserNameRequired

CkUserName interface{}
  • Type: interface{}

Property ckUserName: The account of the clickhouse database.


DbClusterIdRequired

DbClusterId interface{}
  • Type: interface{}

Property dbClusterId: Clickhouse cluster id.


RdsIdRequired

RdsId interface{}
  • Type: interface{}

Property rdsId: The instance id of RDS.


RdsPasswordRequired

RdsPassword interface{}
  • Type: interface{}

Property rdsPassword: The password of the RDS database account.


RdsUserNameRequired

RdsUserName interface{}
  • Type: interface{}

Property rdsUserName: The account of the RDS database.


SkipUnsupportedRequired

SkipUnsupported interface{}
  • Type: interface{}

Property skipUnsupported: Skip unsupported table or not.


SynDbTablesRequired

SynDbTables interface{}
  • Type: interface{}

Property synDbTables: The tables to syn.


ClickhousePortOptional

ClickhousePort interface{}
  • Type: interface{}

Property clickhousePort: The port of clickhouse id.


LimitUpperOptional

LimitUpper interface{}
  • Type: interface{}

Property limitUpper: The maximum number of rows to sync per second.


RdsPortOptional

RdsPort interface{}
  • Type: interface{}

Property rdsPort: The port of rds.


RdsVpcIdOptional

RdsVpcId interface{}
  • Type: interface{}

Property rdsVpcId: The vpc of rds.


RdsVpcUrlOptional

RdsVpcUrl interface{}
  • Type: interface{}

Property rdsVpcUrl: Intranet address of ApsaraDB for RDS.