OBJECT
SourceConfigParams
Description
Configuration Params for the mosaic source object.
link GraphQL Schema definition
- type SourceConfigParams {
- # List of cassandra yaml file paths.
- String!]! : [
- # List of DSE YAML file paths.
- String!]! : [
- # Path to https certificate.
- String! :
- # Port number used for https connection.
- Int! :
- # JMX Username.
- String! :
- # Configured RPC port on source.
- Int! :
- # Database username.
- String! :
- # Configured port on source.
- Int! :
- # Source SSL Configuration.
- CassandraSslOptions :
- }