Cassandra Database Resource
A Cassandra Resource describes a connection to a Cassandra Database. It is used as the basis to execute Queries and Statements in Java
Parameters
displayName — (String) the name to use for this resource in the Blueprint Editor.
hostname — (String) the hostname/port to use to connect to the database.
port — (Integer) the port to connect to the database.
username — (String) the username to use to authenticate to the database.
password — (String) the password to use to authenticate to the database.
keyspace – (String) the keyspace to use once connected to the server.