aws.chime_sdk_messaging.list_sub_channels
Example SQL Queries
SELECT * FROMaws.chime_sdk_messaging.list_sub_channelsWHERE"channel_arn" = 'VALUE'AND "chime_bearer" = 'VALUE';Description
Lists all the SubChannels in an elastic channel when given a channel ID. Available only to the app instance admins and channel moderators of elastic channels.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_arn Required Input Column The ARN of elastic channel. | VARCHAR |
| chime_bearer Required Input Column The AppInstanceUserArn of the user making the API call. | VARCHAR |
| max_results Input Column The maximum number of sub-channels that you want to return. | BIGINT |
| next_token Input Column The token passed by previous API calls until all requested sub-channels 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
| |
| sub_channels The information about each sub-channel. | STRUCT( |
Show child fields
| |