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!
- # JMX Username.
- : String!
- # Database username.
- : String!
- # Port number used for https connection.
- : Int!
- # Configured port on source.
- : Int!
- # Configured RPC port on source.
- : Int!
- # Source SSL Configuration.
- : CassandraSslOptions
- }