aws.connect.list_evaluation_form_versions
Example SQL Queries
SELECT * FROMaws.connect.list_evaluation_form_versionsWHERE"instance_id" = 'VALUE'AND "evaluation_form_id" = 'VALUE';Description
Lists versions of an evaluation form in the specified Amazon Connect instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| evaluation_form_id Required Input Column The unique identifier for the evaluation form. | VARCHAR |
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_by The Amazon Resource Name (ARN) of the user who created the evaluation form. | VARCHAR |
| created_time The timestamp for when the evaluation form was created. | TIMESTAMP_S |
| evaluation_form_arn The Amazon Resource Name (ARN) for the evaluation form resource. | VARCHAR |
| evaluation_form_version A version of the evaluation form. | BIGINT |
| last_modified_by The Amazon Resource Name (ARN) of the user who last updated the evaluation form. | VARCHAR |
| last_modified_time The timestamp for when the evaluation form was last updated. | TIMESTAMP_S |
| locked The flag indicating whether the evaluation form is locked for changes. | BOOLEAN |
| status The status of the evaluation form. | VARCHAR |