Skip to main content

evaluation_forms_list_only

Lists evaluation_forms in a region or regions, for all properties use evaluation_forms

Overview

Nameevaluation_forms_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::EvaluationForm
Idaws.connect.evaluation_forms_list_only

Fields

NameDatatypeDescription
titlestringThe title of the evaluation form.
descriptionstringThe description of the evaluation form.
evaluation_form_arnstringThe Amazon Resource Name (ARN) for the evaluation form.
instance_arnstringThe Amazon Resource Name (ARN) of the instance.
itemsarrayThe list of evaluation form items.
scoring_strategyobjectThe scoring strategy.
statusstringThe status of the evaluation form.
tagsarrayOne or more tags.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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