aws.chime.get_attendee
Example SQL Queries
SELECT * FROMaws.chime.get_attendeeWHERE"meeting_id" = 'VALUE'AND "attendee_id" = 'VALUE';Description
Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.
This API is is no longer supported and will not be updated. We recommend using the latest version, GetAttendee, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| attendee_id Required Input Column The Amazon Chime SDK attendee ID. | VARCHAR |
| meeting_id Required Input Column The Amazon Chime SDK meeting ID. | 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
| |
| attendee The Amazon Chime SDK attendee information. | STRUCT( |
Show child fields
| |