evaluation_forms_list_only
Lists evaluation_forms in a region or regions, for all properties use evaluation_forms
Overview
| Name | evaluation_forms_list_only |
| Type | Resource |
| Description | Creates an evaluation form for the specified CON instance. |
| Id | aws.connect.evaluation_forms_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
evaluation_form_arn | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all evaluation_forms in a region.
SELECT
region,
evaluation_form_arn
FROM aws.connect.evaluation_forms_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the evaluation_forms_list_only resource, see evaluation_forms