OBJECT

SourceConfigParams

Description

Configuration Params for the mosaic source object.

link GraphQL Schema definition

  • type SourceConfigParams {
  • # List of cassandra yaml file paths.
  • cassandraYaml: [String!]!
  • # List of DSE YAML file paths.
  • dseYaml: [String!]!
  • # Path to https certificate.
  • httpsCertificate: String!
  • # Port number used for https connection.
  • sourceHttpsPort: Int!
  • # JMX Username.
  • jmxUser: String!
  • # Configured RPC port on source.
  • sourceRpcPort: Int!
  • # Database username.
  • sourceDbUser: String!
  • # Configured port on source.
  • sourcePort: Int!
  • # Source SSL Configuration.
  • sslOptions: CassandraSslOptions
  • }