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
The sequence ID from which to start processing the changes feed. Defaults to starting from the beginning of the changes feed. Ignored if the connector is restarting, in which case the last committed offset will be used. Valid values are "0" (all changes from beginning of the changes feed), "now" (all changes from current point in time), or a Cloudant _changes sequence ID.
- Type:
string
- Default:
0
Kafka topic list
- Type:
list
Size of batches to retrieve from Cloudant _changes endpoint
- Type:
int
- Default:
1000
- Valid Values:
[1,...,10000]
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