aws.chime_sdk_messaging.list_channels_associated_with_channel_flow
Example SQL Queries
SELECT * FROMaws.chime_sdk_messaging.list_channels_associated_with_channel_flowWHERE"channel_flow_arn" = 'VALUE';Description
Lists all channels associated with a specified channel flow. You can associate a channel flow with multiple channels, but you can only associate a channel with one channel flow. This is a developer API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| channel_flow_arn Required Input Column The ARN of the channel flow. | VARCHAR |
| max_results Input Column The maximum number of channels that you want to return. | BIGINT |
| next_token Input Column The token passed by previous API calls until all requested 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
| |
| channels The information about each channel. | STRUCT( |
Show child fields
| |