aws.ivs_realtime.list_compositions
Example SQL Queries
SELECT * FROMaws.ivs_realtime.list_compositions;Description
Gets summary information about all Compositions in your account, in the AWS region where the API request is processed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filter_by_encoder_configuration_arn Input Column Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output. | VARCHAR |
| filter_by_stage_arn Input Column Filters the Composition list to match the specified Stage ARN. | VARCHAR |
| max_results Input Column Maximum number of results to return. Default: 100. | BIGINT |
| next_token Input Column If there are more compositions than maxResults, use nextToken in the request to get the next set. | 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
| |
| compositions List of the matching Compositions (summary information only). | STRUCT( |
Show child fields
| |