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 | Resource Type definition for AWS::Connect::EvaluationForm |
Id | aws.connect.evaluation_forms_list_only |
Fields
Name | Datatype | Description |
---|---|---|
title | string | The title of the evaluation form. |
description | string | The description of the evaluation form. |
evaluation_form_arn | string | The Amazon Resource Name (ARN) for the evaluation form. |
instance_arn | string | The Amazon Resource Name (ARN) of the instance. |
items | array | The list of evaluation form items. |
scoring_strategy | object | The scoring strategy. |
status | string | The status of the evaluation form. |
tags | array | One or more tags. |
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