View Source aws_finspace (aws v1.0.4)

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

Summary

Functions

Create a new FinSpace environment.

Creates a changeset for a kdb database.

Creates a new kdb database in the environment.

Creates a snapshot of kdb database with tiered storage capabilities and a pre-warmed cache, ready for mounting on kdb clusters.

Creates a managed kdb environment for the account.
Creates a user in FinSpace kdb environment with an associated IAM role.
Creates a new volume with a specific amount of throughput and storage capacity.
Delete an FinSpace environment.

Deletes the specified database and all of its associated data.

Deletes a user in the specified kdb environment.
Returns the FinSpace environment object.
Returns information about a kdb changeset.
Retrieves information about a kdb cluster.

Retrieves a connection string for a user to connect to a kdb cluster.

Returns database information for the specified environment ID.
Retrieves all the information for the specified kdb environment.
Retrieves information about the specified kdb user.
Retrieves the information about the volume.
A list of all of your FinSpace environments.
Returns a list of all the changesets for a database.
Lists all the nodes in a kdb cluster.
Returns a list of clusters.
Returns a list of all the databases in the kdb environment.
Returns a list of all the dataviews in the database.
Returns a list of kdb environments created in an account.
Returns a list of scaling groups in a kdb environment.
Lists all the users in a kdb environment.
Lists all the volumes in a kdb environment.
A list of all tags for a resource.
Adds metadata tags to a FinSpace resource.
Removes metadata tags from a FinSpace resource.
Update your FinSpace environment.

Allows you to update code configuration on a running cluster.

Updates the databases mounted on a kdb cluster, which includes the changesetId and all the dbPaths to be cached.

Updates information for the given kdb database.
Updates information for the given kdb environment.

Updates environment network to connect to your internal network by using a transit gateway.

Updates the throughput or capacity of a volume.

Functions

Link to this function

create_environment(Client, Input)

View Source
Create a new FinSpace environment.
Link to this function

create_environment(Client, Input0, Options0)

View Source
Link to this function

create_kx_changeset(Client, DatabaseName, EnvironmentId, Input)

View Source

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 to this function

create_kx_changeset(Client, DatabaseName, EnvironmentId, Input0, Options0)

View Source
Link to this function

create_kx_cluster(Client, EnvironmentId, Input)

View Source
Creates a new kdb cluster.
Link to this function

create_kx_cluster(Client, EnvironmentId, Input0, Options0)

View Source
Link to this function

create_kx_database(Client, EnvironmentId, Input)

View Source
Creates a new kdb database in the environment.
Link to this function

create_kx_database(Client, EnvironmentId, Input0, Options0)

View Source
Link to this function

create_kx_dataview(Client, DatabaseName, EnvironmentId, Input)

View Source

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 to this function

create_kx_dataview(Client, DatabaseName, EnvironmentId, Input0, Options0)

View Source
Link to this function

create_kx_environment(Client, Input)

View Source
Creates a managed kdb environment for the account.
Link to this function

create_kx_environment(Client, Input0, Options0)

View Source
Link to this function

create_kx_scaling_group(Client, EnvironmentId, Input)

View Source
Creates a new scaling group.
Link to this function

create_kx_scaling_group(Client, EnvironmentId, Input0, Options0)

View Source
Link to this function

create_kx_user(Client, EnvironmentId, Input)

View Source
Creates a user in FinSpace kdb environment with an associated IAM role.
Link to this function

create_kx_user(Client, EnvironmentId, Input0, Options0)

View Source
Link to this function

create_kx_volume(Client, EnvironmentId, Input)

View Source
Creates a new volume with a specific amount of throughput and storage capacity.
Link to this function

create_kx_volume(Client, EnvironmentId, Input0, Options0)

View Source
Link to this function

delete_environment(Client, EnvironmentId, Input)

View Source
Delete an FinSpace environment.
Link to this function

delete_environment(Client, EnvironmentId, Input0, Options0)

View Source
Link to this function

delete_kx_cluster(Client, ClusterName, EnvironmentId, Input)

View Source
Deletes a kdb cluster.
Link to this function

delete_kx_cluster(Client, ClusterName, EnvironmentId, Input0, Options0)

View Source
Link to this function

delete_kx_database(Client, DatabaseName, EnvironmentId, Input)

View Source

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 to this function

delete_kx_database(Client, DatabaseName, EnvironmentId, Input0, Options0)

View Source
Link to this function

delete_kx_dataview(Client, DatabaseName, DataviewName, EnvironmentId, Input)

View Source

Deletes the specified dataview.

Before deleting a dataview, make sure that it is not in use by any cluster.
Link to this function

delete_kx_dataview(Client, DatabaseName, DataviewName, EnvironmentId, Input0, Options0)

View Source
Link to this function

delete_kx_environment(Client, EnvironmentId, Input)

View Source

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 to this function

delete_kx_environment(Client, EnvironmentId, Input0, Options0)

View Source
Link to this function

delete_kx_scaling_group(Client, EnvironmentId, ScalingGroupName, Input)

View Source

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 to this function

delete_kx_scaling_group(Client, EnvironmentId, ScalingGroupName, Input0, Options0)

View Source
Link to this function

delete_kx_user(Client, EnvironmentId, UserName, Input)

View Source
Deletes a user in the specified kdb environment.
Link to this function

delete_kx_user(Client, EnvironmentId, UserName, Input0, Options0)

View Source
Link to this function

delete_kx_volume(Client, EnvironmentId, VolumeName, Input)

View Source

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 to this function

delete_kx_volume(Client, EnvironmentId, VolumeName, Input0, Options0)

View Source
Link to this function

get_environment(Client, EnvironmentId)

View Source
Returns the FinSpace environment object.
Link to this function

get_environment(Client, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_environment(Client, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_kx_changeset(Client, ChangesetId, DatabaseName, EnvironmentId)

View Source
Returns information about a kdb changeset.
Link to this function

get_kx_changeset(Client, ChangesetId, DatabaseName, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_kx_changeset(Client, ChangesetId, DatabaseName, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_kx_cluster(Client, ClusterName, EnvironmentId)

View Source
Retrieves information about a kdb cluster.
Link to this function

get_kx_cluster(Client, ClusterName, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_kx_cluster(Client, ClusterName, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_kx_connection_string(Client, EnvironmentId, ClusterName, UserArn)

View Source

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 to this function

get_kx_connection_string(Client, EnvironmentId, ClusterName, UserArn, QueryMap, HeadersMap)

View Source
Link to this function

get_kx_connection_string(Client, EnvironmentId, ClusterName, UserArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_kx_database(Client, DatabaseName, EnvironmentId)

View Source
Returns database information for the specified environment ID.
Link to this function

get_kx_database(Client, DatabaseName, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_kx_database(Client, DatabaseName, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_kx_dataview(Client, DatabaseName, DataviewName, EnvironmentId)

View Source
Retrieves details of the dataview.
Link to this function

get_kx_dataview(Client, DatabaseName, DataviewName, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_kx_dataview(Client, DatabaseName, DataviewName, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_kx_environment(Client, EnvironmentId)

View Source
Retrieves all the information for the specified kdb environment.
Link to this function

get_kx_environment(Client, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_kx_environment(Client, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_kx_scaling_group(Client, EnvironmentId, ScalingGroupName)

View Source
Retrieves details of a scaling group.
Link to this function

get_kx_scaling_group(Client, EnvironmentId, ScalingGroupName, QueryMap, HeadersMap)

View Source
Link to this function

get_kx_scaling_group(Client, EnvironmentId, ScalingGroupName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_kx_user(Client, EnvironmentId, UserName)

View Source
Retrieves information about the specified kdb user.
Link to this function

get_kx_user(Client, EnvironmentId, UserName, QueryMap, HeadersMap)

View Source
Link to this function

get_kx_user(Client, EnvironmentId, UserName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_kx_volume(Client, EnvironmentId, VolumeName)

View Source
Retrieves the information about the volume.
Link to this function

get_kx_volume(Client, EnvironmentId, VolumeName, QueryMap, HeadersMap)

View Source
Link to this function

get_kx_volume(Client, EnvironmentId, VolumeName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_environments(Client)

View Source
A list of all of your FinSpace environments.
Link to this function

list_environments(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_environments(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_kx_changesets(Client, DatabaseName, EnvironmentId)

View Source
Returns a list of all the changesets for a database.
Link to this function

list_kx_changesets(Client, DatabaseName, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

list_kx_changesets(Client, DatabaseName, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_kx_cluster_nodes(Client, ClusterName, EnvironmentId)

View Source
Lists all the nodes in a kdb cluster.
Link to this function

list_kx_cluster_nodes(Client, ClusterName, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

list_kx_cluster_nodes(Client, ClusterName, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_kx_clusters(Client, EnvironmentId)

View Source
Returns a list of clusters.
Link to this function

list_kx_clusters(Client, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

list_kx_clusters(Client, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_kx_databases(Client, EnvironmentId)

View Source
Returns a list of all the databases in the kdb environment.
Link to this function

list_kx_databases(Client, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

list_kx_databases(Client, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_kx_dataviews(Client, DatabaseName, EnvironmentId)

View Source
Returns a list of all the dataviews in the database.
Link to this function

list_kx_dataviews(Client, DatabaseName, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

list_kx_dataviews(Client, DatabaseName, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_kx_environments(Client)

View Source
Returns a list of kdb environments created in an account.
Link to this function

list_kx_environments(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_kx_environments(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_kx_scaling_groups(Client, EnvironmentId)

View Source
Returns a list of scaling groups in a kdb environment.
Link to this function

list_kx_scaling_groups(Client, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

list_kx_scaling_groups(Client, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_kx_users(Client, EnvironmentId)

View Source
Lists all the users in a kdb environment.
Link to this function

list_kx_users(Client, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

list_kx_users(Client, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_kx_volumes(Client, EnvironmentId)

View Source
Lists all the volumes in a kdb environment.
Link to this function

list_kx_volumes(Client, EnvironmentId, QueryMap, HeadersMap)

View Source
Link to this function

list_kx_volumes(Client, EnvironmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
A list of all tags for a resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Adds metadata tags to a FinSpace resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes metadata tags from a FinSpace resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_environment(Client, EnvironmentId, Input)

View Source
Update your FinSpace environment.
Link to this function

update_environment(Client, EnvironmentId, Input0, Options0)

View Source
Link to this function

update_kx_cluster_code_configuration(Client, ClusterName, EnvironmentId, Input)

View Source

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 to this function

update_kx_cluster_code_configuration(Client, ClusterName, EnvironmentId, Input0, Options0)

View Source
Link to this function

update_kx_cluster_databases(Client, ClusterName, EnvironmentId, Input)

View Source

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.

Using this API you can point a cluster to a different changeset and modify a list of partitions being cached.
Link to this function

update_kx_cluster_databases(Client, ClusterName, EnvironmentId, Input0, Options0)

View Source
Link to this function

update_kx_database(Client, DatabaseName, EnvironmentId, Input)

View Source
Updates information for the given kdb database.
Link to this function

update_kx_database(Client, DatabaseName, EnvironmentId, Input0, Options0)

View Source
Link to this function

update_kx_dataview(Client, DatabaseName, DataviewName, EnvironmentId, Input)

View Source

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 to this function

update_kx_dataview(Client, DatabaseName, DataviewName, EnvironmentId, Input0, Options0)

View Source
Link to this function

update_kx_environment(Client, EnvironmentId, Input)

View Source
Updates information for the given kdb environment.
Link to this function

update_kx_environment(Client, EnvironmentId, Input0, Options0)

View Source
Link to this function

update_kx_environment_network(Client, EnvironmentId, Input)

View Source

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.

Once you send a request to update a network, you cannot change it again. Network update might require termination of any clusters that are running in the existing network.
Link to this function

update_kx_environment_network(Client, EnvironmentId, Input0, Options0)

View Source
Link to this function

update_kx_user(Client, EnvironmentId, UserName, Input)

View Source

Updates the user details.

You can only update the IAM role associated with a user.
Link to this function

update_kx_user(Client, EnvironmentId, UserName, Input0, Options0)

View Source
Link to this function

update_kx_volume(Client, EnvironmentId, VolumeName, Input)

View Source

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 to this function

update_kx_volume(Client, EnvironmentId, VolumeName, Input0, Options0)

View Source