pub unsafe extern "C" fn cass_cluster_set_cloud_secure_connection_bundle(
    cluster: *mut CassCluster,
    path: *const c_char
) -> CassError
Expand description

Sets the secure connection bundle path for processing DBaaS credentials.

This will pre-configure a cluster using the credentials format provided by the DBaaS cloud provider.

@param[in] cluster @param[in] path Absolute path to DBaaS credentials file. @return CASS_OK if successful, otherwise error occured.