aws.finspace.get_kx_connection_string
Example SQL Queries
SELECT * FROMaws.finspace.get_kx_connection_stringWHERE"user_arn" = 'VALUE'AND "environment_id" = 'VALUE'AND "cluster_name" = 'VALUE';Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_name Required Input Column A name of the kdb cluster. | VARCHAR |
| environment_id Required Input Column A unique identifier for the kdb environment. | VARCHAR |
| user_arn Required Input Column The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| signed_connection_string The signed connection string that you can use to connect to clusters. | VARCHAR |