aws.chime_sdk_messaging.list_channel_moderators
Example SQL Queries
SELECT * FROMaws.chime_sdk_messaging.list_channel_moderatorsWHERE"channel_arn" = 'VALUE'AND "chime_bearer" = 'VALUE';Description
Lists all the moderators for a channel.
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 |
|---|---|
| channel_arn Required Input Column The ARN of the channel. | VARCHAR |
| chime_bearer Required Input Column The ARN of the AppInstanceUser or AppInstanceBot that makes the API call. | VARCHAR |
| max_results Input Column The maximum number of moderators that you want returned. | BIGINT |
| next_token Input Column The token passed by previous API calls until all requested moderators are returned. | 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_moderators The information about and names of each moderator. | STRUCT( |
Show child fields
| |