Skip to main content

evaluation_form

Gets an individual evaluation_form resource

Overview

Nameevaluation_form
TypeResource
Descriptionevaluation_form
Idawscc.connect.evaluation_form

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
title,
description,
evaluation_form_arn,
instance_arn,
items,
scoring_strategy,
status,
tags
FROM awscc.connect.evaluation_form
WHERE data__Identifier = '<EvaluationFormArn>';

Permissions

To operate on the evaluation_form resource, the following permissions are required:

Read

connect:DescribeEvaluationForm,
connect:ListEvaluationFormVersions

Update

connect:UpdateEvaluationForm,
connect:ListEvaluationFormVersions,
connect:ActivateEvaluationForm,
connect:DeactivateEvaluationForm,
connect:TagResource,
connect:UntagResource

Delete

connect:DeleteEvaluationForm,
connect:UntagResource