RosSynDbProps
Properties for defining a RosSynDb
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-clickhouse-syndb
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkclickhouse"
&alicloudroscdkclickhouse.RosSynDbProps {
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{} |
No description. |
CkUserName |
interface{} |
No description. |
DbClusterId |
interface{} |
No description. |
RdsId |
interface{} |
No description. |
RdsPassword |
interface{} |
No description. |
RdsUserName |
interface{} |
No description. |
SkipUnsupported |
interface{} |
No description. |
SynDbTables |
interface{} |
No description. |
ClickhousePort |
interface{} |
No description. |
LimitUpper |
interface{} |
No description. |
RdsPort |
interface{} |
No description. |
RdsVpcId |
interface{} |
No description. |
RdsVpcUrl |
interface{} |
No description. |
CkPassword
Required
CkPassword interface{}
- Type: interface{}
CkUserName
Required
CkUserName interface{}
- Type: interface{}
DbClusterId
Required
DbClusterId interface{}
- Type: interface{}
RdsId
Required
RdsId interface{}
- Type: interface{}
RdsPassword
Required
RdsPassword interface{}
- Type: interface{}
RdsUserName
Required
RdsUserName interface{}
- Type: interface{}
SkipUnsupported
Required
SkipUnsupported interface{}
- Type: interface{}
SynDbTables
Required
SynDbTables interface{}
- Type: interface{}
ClickhousePort
Optional
ClickhousePort interface{}
- Type: interface{}
LimitUpper
Optional
LimitUpper interface{}
- Type: interface{}
RdsPort
Optional
RdsPort interface{}
- Type: interface{}
RdsVpcId
Optional
RdsVpcId interface{}
- Type: interface{}
RdsVpcUrl
Optional
RdsVpcUrl interface{}
- Type: interface{}