CreateKxClusterResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration based on which FinSpace will scale in or scale out nodes in your cluster.

Link copied to clipboard

The availability zone identifiers for the requested regions.

Link copied to clipboard

The number of availability zones you want to assign per cluster. This can be one of the following

Link copied to clipboard

The configurations for a read only cache storage associated with a cluster. This cache will be stored as an FSx Lustre that reads from the S3 store.

Link copied to clipboard

A structure for the metadata of a cluster. It includes information like the CPUs needed, memory of instances, and number of instances.

Link copied to clipboard

A description of the cluster.

Link copied to clipboard

A unique name for the cluster.

Link copied to clipboard

Specifies the type of KDB database that is being created. The following types are available:

Link copied to clipboard

The details of the custom code that you want to use inside a cluster when analyzing a data. It consists of the S3 source bucket, location, S3 object version, and the relative path from where the custom code is loaded into the cluster.

Link copied to clipboard

Defines the key-value pairs to make them available inside the cluster.

Link copied to clipboard

The timestamp at which the cluster was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Link copied to clipboard

A list of databases that will be available for querying.

Link copied to clipboard

A unique identifier for the kdb environment.

Link copied to clipboard

An IAM role that defines a set of permissions associated with a cluster. These permissions are assumed when a cluster attempts to access another cluster.

Link copied to clipboard

Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

Link copied to clipboard

The last time that the cluster was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Link copied to clipboard

A version of the FinSpace managed kdb to run.

Link copied to clipboard

The size and type of the temporary storage that is used to hold data during the savedown process. This parameter is required when you choose clusterType as RDB. All the data written to this storage space is lost when the cluster node is restarted.

Link copied to clipboard

The structure that stores the configuration details of a scaling group.

Link copied to clipboard

The status of cluster creation.

Link copied to clipboard

The error message when a failed state occurs.

Link copied to clipboard

A configuration to store the Tickerplant logs. It consists of a list of volumes that will be mounted to your cluster. For the cluster type Tickerplant, the location of the TP volume on the cluster will be available by using the global variable .aws.tp_log_path.

Link copied to clipboard

A list of volumes mounted on the cluster.

Link copied to clipboard

Configuration details about the network where the Privatelink endpoint of the cluster resides.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String