aws.chime_sdk_messaging.search_channels
Example SQL Queries
SELECT * FROMaws.chime_sdk_messaging.search_channelsWHERE"fields" = 'VALUE';Description
Allows the ChimeBearer to search channels by channel members. Users or bots can search across the channels that they belong to. Users in the AppInstanceAdmin role can search across all channels.
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 |
|---|---|
| fields Required Input Column A list of the Field objects in the channel being searched. | STRUCT( |
Show child fields
| |
| chime_bearer Input Column The AppInstanceUserArn of the user making the API call. | VARCHAR |
| max_results Input Column The maximum number of channels that you want returned. | BIGINT |
| next_token Input Column The token returned from previous API responses until the number of channels is reached. | 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
| |
| channels A list of the channels in the request. | STRUCT( |
Show child fields
| |