FinspaceClient

The FinSpace management service provides the APIs for managing FinSpace environments.

Properties

Link copied to clipboard
abstract override val config: FinspaceClient.Config

FinspaceClient's configuration

Functions

Link copied to clipboard

Create a new FinSpace environment.

Link copied to clipboard

Creates a changeset for a kdb database. A changeset allows you to add and delete existing files by using an ordered list of change requests.

Link copied to clipboard

Creates a new kdb cluster.

Link copied to clipboard

Creates a new kdb database in the environment.

Link copied to clipboard

Creates a snapshot of kdb database with tiered storage capabilities and a pre-warmed cache, ready for mounting on kdb clusters. Dataviews are only available for clusters running on a scaling group. They are not supported on dedicated clusters.

Link copied to clipboard

Creates a managed kdb environment for the account.

Link copied to clipboard

Creates a new scaling group.

Link copied to clipboard

Creates a user in FinSpace kdb environment with an associated IAM role.

Link copied to clipboard

Creates a new volume with a specific amount of throughput and storage capacity.

Link copied to clipboard

Delete an FinSpace environment.

Link copied to clipboard

Deletes a kdb cluster.

Link copied to clipboard

Deletes the specified database and all of its associated data. This action is irreversible. You must copy any data out of the database before deleting it if the data is to be retained.

Link copied to clipboard

Deletes the specified dataview. Before deleting a dataview, make sure that it is not in use by any cluster.

Link copied to clipboard

Deletes the kdb environment. This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it.

Link copied to clipboard

Deletes the specified scaling group. This action is irreversible. You cannot delete a scaling group until all the clusters running on it have been deleted.

Link copied to clipboard

Deletes a user in the specified kdb environment.

Link copied to clipboard

Deletes a volume. You can only delete a volume if it's not attached to a cluster or a dataview. When a volume is deleted, any data on the volume is lost. This action is irreversible.

Link copied to clipboard

Returns the FinSpace environment object.

Link copied to clipboard

Returns information about a kdb changeset.

Link copied to clipboard

Retrieves information about a kdb cluster.

Link copied to clipboard

Retrieves a connection string for a user to connect to a kdb cluster. You must call this API using the same role that you have defined while creating a user.

Link copied to clipboard

Returns database information for the specified environment ID.

Link copied to clipboard

Retrieves details of the dataview.

Link copied to clipboard

Retrieves all the information for the specified kdb environment.

Link copied to clipboard

Retrieves details of a scaling group.

Link copied to clipboard
abstract suspend fun getKxUser(input: GetKxUserRequest): GetKxUserResponse

Retrieves information about the specified kdb user.

Link copied to clipboard
abstract suspend fun getKxVolume(input: GetKxVolumeRequest): GetKxVolumeResponse

Retrieves the information about the volume.

Link copied to clipboard
abstract suspend fun listEnvironments(input: ListEnvironmentsRequest = ListEnvironmentsRequest { }): ListEnvironmentsResponse

A list of all of your FinSpace environments.

Link copied to clipboard

Returns a list of all the changesets for a database.

Link copied to clipboard

Lists all the nodes in a kdb cluster.

Link copied to clipboard

Returns a list of clusters.

Link copied to clipboard

Returns a list of all the databases in the kdb environment.

Link copied to clipboard

Returns a list of all the dataviews in the database.

Link copied to clipboard
abstract suspend fun listKxEnvironments(input: ListKxEnvironmentsRequest = ListKxEnvironmentsRequest { }): ListKxEnvironmentsResponse

Returns a list of kdb environments created in an account.

Link copied to clipboard

Returns a list of scaling groups in a kdb environment.

Link copied to clipboard
abstract suspend fun listKxUsers(input: ListKxUsersRequest): ListKxUsersResponse

Lists all the users in a kdb environment.

Link copied to clipboard

Lists all the volumes in a kdb environment.

Link copied to clipboard

A list of all tags for a resource.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Adds metadata tags to a FinSpace resource.

Link copied to clipboard

Removes metadata tags from a FinSpace resource.

Link copied to clipboard

Update your FinSpace environment.

Link copied to clipboard

Allows you to update code configuration on a running cluster. By using this API you can update the code, the initialization script path, and the command line arguments for a specific cluster. The configuration that you want to update will override any existing configurations on the cluster.

Link copied to clipboard

Updates the databases mounted on a kdb cluster, which includes the changesetId and all the dbPaths to be cached. This API does not allow you to change a database name or add a database if you created a cluster without one.

Link copied to clipboard

Updates information for the given kdb database.

Link copied to clipboard

Updates the specified dataview. The dataviews get automatically updated when any new changesets are ingested. Each update of the dataview creates a new version, including changeset details and cache configurations

Link copied to clipboard

Updates information for the given kdb environment.

Link copied to clipboard

Updates environment network to connect to your internal network by using a transit gateway. This API supports request to create a transit gateway attachment from FinSpace VPC to your transit gateway ID and create a custom Route-53 outbound resolvers.

Link copied to clipboard

Updates the user details. You can only update the IAM role associated with a user.

Link copied to clipboard

Updates the throughput or capacity of a volume. During the update process, the filesystem might be unavailable for a few minutes. You can retry any operations after the update is complete.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Create a new FinSpace environment.

Link copied to clipboard

Creates a changeset for a kdb database. A changeset allows you to add and delete existing files by using an ordered list of change requests.

Link copied to clipboard

Creates a new kdb cluster.

Link copied to clipboard

Creates a new kdb database in the environment.

Link copied to clipboard

Creates a snapshot of kdb database with tiered storage capabilities and a pre-warmed cache, ready for mounting on kdb clusters. Dataviews are only available for clusters running on a scaling group. They are not supported on dedicated clusters.

Link copied to clipboard

Creates a managed kdb environment for the account.

Link copied to clipboard

Creates a new scaling group.

Link copied to clipboard

Creates a user in FinSpace kdb environment with an associated IAM role.

Link copied to clipboard

Creates a new volume with a specific amount of throughput and storage capacity.

Link copied to clipboard

Delete an FinSpace environment.

Link copied to clipboard

Deletes a kdb cluster.

Link copied to clipboard

Deletes the specified database and all of its associated data. This action is irreversible. You must copy any data out of the database before deleting it if the data is to be retained.

Link copied to clipboard

Deletes the specified dataview. Before deleting a dataview, make sure that it is not in use by any cluster.

Link copied to clipboard

Deletes the kdb environment. This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it.

Link copied to clipboard

Deletes the specified scaling group. This action is irreversible. You cannot delete a scaling group until all the clusters running on it have been deleted.

Link copied to clipboard

Deletes a user in the specified kdb environment.

Link copied to clipboard

Deletes a volume. You can only delete a volume if it's not attached to a cluster or a dataview. When a volume is deleted, any data on the volume is lost. This action is irreversible.

Link copied to clipboard

Returns the FinSpace environment object.

Link copied to clipboard

Returns information about a kdb changeset.

Link copied to clipboard

Retrieves information about a kdb cluster.

Link copied to clipboard

Retrieves a connection string for a user to connect to a kdb cluster. You must call this API using the same role that you have defined while creating a user.

Link copied to clipboard

Returns database information for the specified environment ID.

Link copied to clipboard

Retrieves details of the dataview.

Link copied to clipboard

Retrieves all the information for the specified kdb environment.

Link copied to clipboard

Retrieves details of a scaling group.

Link copied to clipboard
inline suspend fun FinspaceClient.getKxUser(crossinline block: GetKxUserRequest.Builder.() -> Unit): GetKxUserResponse

Retrieves information about the specified kdb user.

Link copied to clipboard
inline suspend fun FinspaceClient.getKxVolume(crossinline block: GetKxVolumeRequest.Builder.() -> Unit): GetKxVolumeResponse

Retrieves the information about the volume.

Link copied to clipboard

A list of all of your FinSpace environments.

Link copied to clipboard

Returns a list of all the changesets for a database.

Link copied to clipboard

Lists all the nodes in a kdb cluster.

Link copied to clipboard

Returns a list of clusters.

Link copied to clipboard

Returns a list of all the databases in the kdb environment.

Link copied to clipboard

Returns a list of all the dataviews in the database.

Link copied to clipboard

Returns a list of kdb environments created in an account.

Link copied to clipboard

Returns a list of scaling groups in a kdb environment.

Link copied to clipboard
inline suspend fun FinspaceClient.listKxUsers(crossinline block: ListKxUsersRequest.Builder.() -> Unit): ListKxUsersResponse

Lists all the users in a kdb environment.

Link copied to clipboard

Lists all the volumes in a kdb environment.

Link copied to clipboard

A list of all tags for a resource.

Link copied to clipboard
inline suspend fun FinspaceClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Adds metadata tags to a FinSpace resource.

Link copied to clipboard

Removes metadata tags from a FinSpace resource.

Link copied to clipboard

Update your FinSpace environment.

Link copied to clipboard

Allows you to update code configuration on a running cluster. By using this API you can update the code, the initialization script path, and the command line arguments for a specific cluster. The configuration that you want to update will override any existing configurations on the cluster.

Link copied to clipboard

Updates the databases mounted on a kdb cluster, which includes the changesetId and all the dbPaths to be cached. This API does not allow you to change a database name or add a database if you created a cluster without one.

Link copied to clipboard

Updates information for the given kdb database.

Link copied to clipboard

Updates the specified dataview. The dataviews get automatically updated when any new changesets are ingested. Each update of the dataview creates a new version, including changeset details and cache configurations

Link copied to clipboard

Updates information for the given kdb environment.

Link copied to clipboard

Updates environment network to connect to your internal network by using a transit gateway. This API supports request to create a transit gateway attachment from FinSpace VPC to your transit gateway ID and create a custom Route-53 outbound resolvers.

Link copied to clipboard

Updates the user details. You can only update the IAM role associated with a user.

Link copied to clipboard

Updates the throughput or capacity of a volume. During the update process, the filesystem might be unavailable for a few minutes. You can retry any operations after the update is complete.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.