Skip to main content

evaluation_forms

Retrieves a list of evaluation_forms in a region

Overview

Nameevaluation_forms
TypeResource
Descriptionevaluation_forms
Idawscc.connect.evaluation_forms

Fields

NameDatatypeDescription
evaluation_form_arnstringThe Amazon Resource Name (ARN) for the evaluation form.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
evaluation_form_arn
FROM awscc.connect.evaluation_forms
WHERE region = 'us-east-1'

Permissions

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

Create

connect:CreateEvaluationForm,
connect:ActivateEvaluationForm,
connect:TagResource

List

connect:ListEvaluationForms