aws.ivs_realtime.list_participant_events
Example SQL Queries
SELECT * FROMaws.ivs_realtime.list_participant_eventsWHERE"stage_arn" = 'VALUE'AND "session_id" = 'VALUE'AND "participant_id" = 'VALUE';Description
Lists events for a specified participant that occurred during a specified stage session.
Table Definition
| Column Name | Column Data Type |
|---|---|
| participant_id Required Input Column Unique identifier for this participant. This is assigned by IVS and returned by CreateParticipantToken. | VARCHAR |
| session_id Required Input Column ID of a session within the stage. | VARCHAR |
| stage_arn Required Input Column Stage ARN. | VARCHAR |
| max_results Input Column Maximum number of results to return. Default: 50. | BIGINT |
| next_token Input Column If there are more events 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
| |
| events List of the matching events. | STRUCT( |
Show child fields
| |