aws.chime_sdk_media_pipelines.list_media_pipelines
Example SQL Queries
SELECT * FROMaws.chime_sdk_media_pipelines.list_media_pipelines;Description
Returns a list of media pipelines.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return in a single call. Valid Range: 1 - 99. | BIGINT |
| next_token Input Column The token used to retrieve the next page of results. | 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
| |
| media_pipelines The media pipeline objects in the list. | STRUCT( |
Show child fields
| |