aws.chime_sdk_messaging.list_channel_flows
Example SQL Queries
SELECT * FROMaws.chime_sdk_messaging.list_channel_flowsWHERE"app_instance_arn" = 'VALUE';Description
Returns a paginated lists of all the channel flows created under a single Chime. This is a developer API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_instance_arn Required Input Column The ARN of the app instance. | VARCHAR |
| max_results Input Column The maximum number of channel flows 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
| |
| channel_flows The information about each channel flow. | STRUCT( |
Show child fields
| |