@Generated(value="jsii-pacmak/1.85.0 (build 08ee592)", date="2023-12-26T06:30:14.281Z") public interface SynDbProps extends software.amazon.jsii.JsiiSerializable
SynDb.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-clickhouse-syndb
| Modifier and Type | Interface and Description |
|---|---|
static class |
SynDbProps.Builder
A builder for
SynDbProps |
static class |
SynDbProps.Jsii$Proxy
An implementation for
SynDbProps |
| Modifier and Type | Method and Description |
|---|---|
static SynDbProps.Builder |
builder() |
Object |
getCkPassword()
Property ckPassword: The password of the database account.
|
Object |
getCkUserName()
Property ckUserName: The account of the clickhouse database.
|
default Object |
getClickhousePort()
Property clickhousePort: The port of clickhouse id.
|
Object |
getDbClusterId()
Property dbClusterId: Clickhouse cluster id.
|
default Object |
getLimitUpper()
Property limitUpper: The maximum number of rows to sync per second.
|
Object |
getRdsId()
Property rdsId: The instance id of RDS.
|
Object |
getRdsPassword()
Property rdsPassword: The password of the RDS database account.
|
default Object |
getRdsPort()
Property rdsPort: The port of rds.
|
Object |
getRdsUserName()
Property rdsUserName: The account of the RDS database.
|
default Object |
getRdsVpcId()
Property rdsVpcId: The vpc of rds.
|
default Object |
getRdsVpcUrl()
Property rdsVpcUrl: Intranet address of ApsaraDB for RDS.
|
Object |
getSkipUnsupported()
Property skipUnsupported: Skip unsupported table or not.
|
Object |
getSynDbTables()
Property synDbTables: The tables to syn.
|
@NotNull Object getCkPassword()
@NotNull Object getCkUserName()
@NotNull Object getDbClusterId()
@NotNull Object getRdsId()
@NotNull Object getRdsPassword()
@NotNull Object getRdsUserName()
@NotNull Object getSkipUnsupported()
@NotNull Object getSynDbTables()
@Nullable default Object getClickhousePort()
@Nullable default Object getLimitUpper()
@Nullable default Object getRdsPort()
@Nullable default Object getRdsVpcId()
@Nullable default Object getRdsVpcUrl()
static SynDbProps.Builder builder()
SynDbProps.Builder of SynDbPropsCopyright © 2023. All rights reserved.