Values.GetKxConnectionStringRequestSourceRetrieves 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.
type nonrec t = {userArn : KxUserArn.t;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.
*)environmentId : IdType.t;A unique identifier for the kdb environment.
*)clusterName : KxClusterName.t;A name of the kdb cluster.
*)}val make :
userArn:KxUserArn.t ->
environmentId:IdType.t ->
clusterName:KxClusterName.t ->
unit ->
t