aws.chime_sdk_media_pipelines.get_speaker_search_task
Example SQL Queries
SELECT * FROMaws.chime_sdk_media_pipelines.get_speaker_search_taskWHERE"identifier" = 'VALUE'AND "speaker_search_task_id" = 'VALUE';Description
Retrieves the details of the specified speaker search task.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identifier Required Input Column The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline. | VARCHAR |
| speaker_search_task_id Required Input Column The ID of the speaker search task. | 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
| |
| speaker_search_task The details of the speaker search task. | STRUCT( |
Show child fields
| |