aws.chime_sdk_messaging.describe_channel_moderated_by_app_instance_user
Example SQL Queries
SELECT * FROMaws.chime_sdk_messaging.describe_channel_moderated_by_app_instance_userWHERE"channel_arn" = 'VALUE'AND "app_instance_user_arn" = 'VALUE'AND "chime_bearer" = 'VALUE';Description
Returns the full details of a channel moderated by the specified AppInstanceUser or AppInstanceBot.
The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_instance_user_arn Required Input Column The ARN of the user or bot in the moderated channel. | VARCHAR |
| channel_arn Required Input Column The ARN of the moderated channel. | VARCHAR |
| chime_bearer Required Input Column The ARN of the AppInstanceUser or AppInstanceBot 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 The moderated channel. | STRUCT( |
Show child fields
| |