evaluation_form
Gets an individual evaluation_form
resource
Overview
Name | evaluation_form |
Type | Resource |
Description | evaluation_form |
Id | awscc.connect.evaluation_form |
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
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