Cloudant database connection URL (eg https://<uuid>.cloudantnosqldb.appdomain.cloud
)
- Type:
string
- Valid Values:
<any URL>
Cloudant database name (for sink connector it will be created if it does not exist)
- Type:
string
Kafka topic list
- Type:
list
Size of batches to send to Cloudant _bulk_docs endpoint
- Type:
int
- Default:
1000
- Valid Values:
[1,...,2000]
Cloudant authentication method (or type)
- Type:
string
- Default:
iam
- Valid Values:
[iam, couchdb_session, basic, noauth, bearertoken, container, vpc]
Cloudant database IAM API key, for use with "iam" authentication
- Type:
password
Cloudant username, for use with "couchdb_session" or "basic" authentication
- Type:
string
Cloudant password, for use with "couchdb_session" or "basic" authentication
- Type:
password
Cloudant bearer token, for use with "bearerToken" authentication
- Type:
string
Cloudant IAM profile ID, for use with "container" or "vpc" authentication
- Type:
string
Cloudant IAM profile name, for use with "container" authentication
- Type:
string
Cloudant CR token filename, for use with "container" authentication
- Type:
string
Clouant IAM profile CRN, for use with "vpc" authentication
- Type:
string
Cloudant auth URL, for use with "iam", "container", or "vpc" authentication
- Type:
string
- Valid Values:
<any URL>
Cloudant scope, for use with "iam", "container", or "vpc" authentication
- Type:
string
Cloudant client ID, for use with "iam", "container", or "vpc" authentication
- Type:
string
Cloudant client secret, for use with "iam", "container", or "vpc" authentication
- Type:
string