aws.chime_sdk_identity.describe_app_instance_user_endpoint
Example SQL Queries
SELECT * FROMaws.chime_sdk_identity.describe_app_instance_user_endpointWHERE"app_instance_user_arn" = 'VALUE'AND "endpoint_id" = 'VALUE';Description
Returns the full details of an AppInstanceUserEndpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_instance_user_arn Required Input Column The ARN of the AppInstanceUser. | VARCHAR |
| endpoint_id Required Input Column The unique identifier of the AppInstanceUserEndpoint. | 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
| |
| app_instance_user_endpoint The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds. | STRUCT( |
Show child fields
| |