aws.chime.describe_channel_membership_for_app_instance_user
Example SQL Queries
SELECT * FROMaws.chime.describe_channel_membership_for_app_instance_userWHERE"channel_arn" = 'VALUE'AND "app_instance_user_arn" = 'VALUE';Description
Returns the details of a channel based on the membership of the specified AppInstanceUser.
The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembershipForAppInstanceUser, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_instance_user_arn Required Input Column The ARN of the user in a channel. | VARCHAR |
| channel_arn Required Input Column The ARN of the channel to which the user belongs. | VARCHAR |
| chime_bearer Input Column The AppInstanceUserArn of the user that makes the API call. | 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
| |
| channel_membership The channel to which a user belongs. | STRUCT( |
Show child fields
| |