aws.chime_sdk_media_pipelines.get_voice_tone_analysis_task
Example SQL Queries
SELECT * FROMaws.chime_sdk_media_pipelines.get_voice_tone_analysis_taskWHERE"identifier" = 'VALUE'AND "voice_tone_analysis_task_id" = 'VALUE';Description
Retrieves the details of a voice tone analysis 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 |
| voice_tone_analysis_task_id Required Input Column The ID of the voice tone analysis 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
| |
| voice_tone_analysis_task The details of the voice tone analysis task. | STRUCT( |
Show child fields
| |