Skip to content

SynDbProps

Properties for defining a SynDb.

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

Initializer

import { SynDbProps } from '@alicloud/ros-cdk-clickhouse'
const synDbProps: SynDbProps = { ... }

Properties

Name Type Description
ckPassword string | @alicloud/ros-cdk-core.IResolvable Property ckPassword: The password of the database account.
ckUserName string | @alicloud/ros-cdk-core.IResolvable Property ckUserName: The account of the clickhouse database.
dbClusterId string | @alicloud/ros-cdk-core.IResolvable Property dbClusterId: Clickhouse cluster id.
rdsId string | @alicloud/ros-cdk-core.IResolvable Property rdsId: The instance id of RDS.
rdsPassword string | @alicloud/ros-cdk-core.IResolvable Property rdsPassword: The password of the RDS database account.
rdsUserName string | @alicloud/ros-cdk-core.IResolvable Property rdsUserName: The account of the RDS database.
skipUnsupported boolean | @alicloud/ros-cdk-core.IResolvable Property skipUnsupported: Skip unsupported table or not.
synDbTables @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | SynDbTablesProperty[] Property synDbTables: The tables to syn.
clickhousePort number | @alicloud/ros-cdk-core.IResolvable Property clickhousePort: The port of clickhouse id.
limitUpper number | @alicloud/ros-cdk-core.IResolvable Property limitUpper: The maximum number of rows to sync per second.
rdsPort number | @alicloud/ros-cdk-core.IResolvable Property rdsPort: The port of rds.
rdsVpcId string | @alicloud/ros-cdk-core.IResolvable Property rdsVpcId: The vpc of rds.
rdsVpcUrl string | @alicloud/ros-cdk-core.IResolvable Property rdsVpcUrl: Intranet address of ApsaraDB for RDS.

ckPasswordRequired

public readonly ckPassword: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property ckPassword: The password of the database account.


ckUserNameRequired

public readonly ckUserName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property ckUserName: The account of the clickhouse database.


dbClusterIdRequired

public readonly dbClusterId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dbClusterId: Clickhouse cluster id.


rdsIdRequired

public readonly rdsId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property rdsId: The instance id of RDS.


rdsPasswordRequired

public readonly rdsPassword: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property rdsPassword: The password of the RDS database account.


rdsUserNameRequired

public readonly rdsUserName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property rdsUserName: The account of the RDS database.


skipUnsupportedRequired

public readonly skipUnsupported: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property skipUnsupported: Skip unsupported table or not.


synDbTablesRequired

public readonly synDbTables: IResolvable | IResolvable | SynDbTablesProperty[];
  • Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | SynDbTablesProperty[]

Property synDbTables: The tables to syn.


clickhousePortOptional

public readonly clickhousePort: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property clickhousePort: The port of clickhouse id.


limitUpperOptional

public readonly limitUpper: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

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


rdsPortOptional

public readonly rdsPort: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property rdsPort: The port of rds.


rdsVpcIdOptional

public readonly rdsVpcId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property rdsVpcId: The vpc of rds.


rdsVpcUrlOptional

public readonly rdsVpcUrl: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property rdsVpcUrl: Intranet address of ApsaraDB for RDS.