aws.connect.list_evaluation_forms
Example SQL Queries
SELECT * FROMaws.connect.list_evaluation_formsWHERE"instance_id" = 'VALUE';Description
Lists evaluation forms in the specified Amazon Connect instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 |
| active_version The version of the active evaluation form version. | BIGINT |
| 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_id The unique identifier for the evaluation form. | VARCHAR |
| last_activated_by The Amazon Resource Name (ARN) of the user who last activated the evaluation form. | VARCHAR |
| last_activated_time The timestamp for when the evaluation form was last activated. | TIMESTAMP_S |
| 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 |
| latest_version The version number of the latest evaluation form version. | BIGINT |
| title A title of the evaluation form. | VARCHAR |