OBJECT
SSL Configuration on mosaic source object.
type CassandraSslOptions {# Whether ssl is enabled or not.ssl: Boolean! # Path to CA certificate.sslCaCerts: String! # Path to SSL Certificate.sslCertfile: String! # Path to SSL Key.sslKeyfile: String! # SSL certificate requirements.sslCertRequirements: SourceSslCertReqs! }