View Source AWS.Finspace (aws-elixir v1.0.4)
The FinSpace management service provides the APIs for managing FinSpace environments.
Link to this section Summary
Functions
Create a new FinSpace environment.
Creates a changeset for a kdb database.
Creates a new kdb cluster.
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 new scaling group.
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 a kdb cluster.
Deletes the specified nodes from a cluster.
Deletes the specified database and all of its associated data.
Deletes the specified dataview.
Deletes the kdb environment.
Deletes the specified scaling group.
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 details of the dataview.
Retrieves all the information for the specified kdb environment.
Retrieves details of a scaling group.
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 the specified dataview.
Updates information for the given kdb environment.
Updates environment network to connect to your internal network by using a transit gateway.
Updates the user details.
Updates the throughput or capacity of a volume.
Link to this section Functions
Create a new FinSpace environment.
create_kx_changeset(client, database_name, environment_id, input, options \\ [])
View SourceCreates a changeset for a kdb database.
A changeset allows you to add and delete existing files by using an ordered list of change requests.
Creates a new kdb cluster.
Creates a new kdb database in the environment.
create_kx_dataview(client, database_name, environment_id, input, options \\ [])
View SourceCreates 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.
Creates a managed kdb environment for the account.
create_kx_scaling_group(client, environment_id, input, options \\ [])
View SourceCreates a new scaling group.
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.
delete_kx_cluster(client, cluster_name, environment_id, input, options \\ [])
View SourceDeletes a kdb cluster.
delete_kx_cluster_node(client, cluster_name, environment_id, node_id, input, options \\ [])
View SourceDeletes the specified nodes from a cluster.
delete_kx_database(client, database_name, environment_id, input, options \\ [])
View SourceDeletes 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.
delete_kx_dataview(client, database_name, dataview_name, environment_id, input, options \\ [])
View SourceDeletes the specified dataview.
Before deleting a dataview, make sure that it is not in use by any cluster.
delete_kx_environment(client, environment_id, input, options \\ [])
View SourceDeletes the kdb environment.
This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it.
delete_kx_scaling_group(client, environment_id, scaling_group_name, input, options \\ [])
View SourceDeletes the specified scaling group.
This action is irreversible. You cannot delete a scaling group until all the clusters running on it have been deleted.
delete_kx_user(client, environment_id, user_name, input, options \\ [])
View SourceDeletes a user in the specified kdb environment.
delete_kx_volume(client, environment_id, volume_name, input, options \\ [])
View SourceDeletes 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.
Returns the FinSpace environment object.
get_kx_changeset(client, changeset_id, database_name, environment_id, options \\ [])
View SourceReturns information about a kdb changeset.
get_kx_cluster(client, cluster_name, environment_id, options \\ [])
View SourceRetrieves information about a kdb cluster.
get_kx_connection_string(client, environment_id, cluster_name, user_arn, options \\ [])
View SourceRetrieves 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.
get_kx_database(client, database_name, environment_id, options \\ [])
View SourceReturns database information for the specified environment ID.
get_kx_dataview(client, database_name, dataview_name, environment_id, options \\ [])
View SourceRetrieves details of the dataview.
Retrieves all the information for the specified kdb environment.
get_kx_scaling_group(client, environment_id, scaling_group_name, options \\ [])
View SourceRetrieves details of a scaling group.
Retrieves information about the specified kdb user.
Retrieves the information about the volume.
list_environments(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceA list of all of your FinSpace environments.
list_kx_changesets(client, database_name, environment_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of all the changesets for a database.
list_kx_cluster_nodes(client, cluster_name, environment_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists all the nodes in a kdb cluster.
list_kx_clusters(client, environment_id, cluster_type \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of clusters.
list_kx_databases(client, environment_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of all the databases in the kdb environment.
list_kx_dataviews(client, database_name, environment_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of all the dataviews in the database.
list_kx_environments(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of kdb environments created in an account.
list_kx_scaling_groups(client, environment_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of scaling groups in a kdb environment.
list_kx_users(client, environment_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists all the users in a kdb environment.
list_kx_volumes(client, environment_id, max_results \\ nil, next_token \\ nil, volume_type \\ nil, options \\ [])
View SourceLists 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.
update_kx_cluster_code_configuration(client, cluster_name, environment_id, input, options \\ [])
View SourceAllows 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.
update_kx_cluster_databases(client, cluster_name, environment_id, input, options \\ [])
View SourceUpdates 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.
update_kx_database(client, database_name, environment_id, input, options \\ [])
View SourceUpdates information for the given kdb database.
update_kx_dataview(client, database_name, dataview_name, environment_id, input, options \\ [])
View SourceUpdates 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
update_kx_environment(client, environment_id, input, options \\ [])
View SourceUpdates information for the given kdb environment.
update_kx_environment_network(client, environment_id, input, options \\ [])
View SourceUpdates 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.
update_kx_user(client, environment_id, user_name, input, options \\ [])
View SourceUpdates the user details.
You can only update the IAM role associated with a user.
update_kx_volume(client, environment_id, volume_name, input, options \\ [])
View SourceUpdates 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.