aws.finspace.get_kx_user
Example SQL Queries
SELECT * FROMaws.finspace.get_kx_userWHERE"user_name" = 'VALUE'AND "environment_id" = 'VALUE';Description
Retrieves information about the specified kdb user.
Table Definition
| Column Name | Column Data Type |
|---|---|
| environment_id Required Input Column A unique identifier for the kdb environment. | VARCHAR |
| user_name Required Input Column A unique identifier for the user. | 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 |
| iam_role The IAM role ARN that is associated with the user. | VARCHAR |
| user_arn 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 |