aws.chime_sdk_messaging.list_channel_bans
Example SQL Queries
SELECT * FROMaws.chime_sdk_messaging.list_channel_bansWHERE"channel_arn" = 'VALUE'AND "chime_bearer" = 'VALUE';Description
Lists all the users and bots banned from a particular 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 bans that you want returned. | BIGINT |
| next_token Input Column The token passed by previous API calls until all requested bans 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_bans The information for each requested ban. | STRUCT( |
Show child fields
| |