Skip to main content

evaluation_form_tags

Expands all tag keys and values for evaluation_forms in a region

Overview

Nameevaluation_form_tags
TypeResource
DescriptionCreates an evaluation form for the specified CON instance.
Idaws.connect.evaluation_form_tags

Fields

NameDatatypeDescription
titlestringA title of the evaluation form.
descriptionstringThe description of the evaluation form.
Length Constraints: Minimum length of 0. Maximum length of 1024.
evaluation_form_arnstring
instance_arnstringThe identifier of the Amazon Connect instance.
itemsarrayItems that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
Minimum size: 1
Maximum size: 100
scoring_strategyobjectA scoring strategy of the evaluation form.
statusstringThe status of the evaluation form.
Allowed values: DRAFT | ACTIVE
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all evaluation_forms in a region.

SELECT
region,
title,
description,
evaluation_form_arn,
instance_arn,
items,
scoring_strategy,
status,
tag_key,
tag_value
FROM aws.connect.evaluation_form_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the evaluation_form_tags resource, see evaluation_forms