evaluation_form_tags
Expands all tag keys and values for evaluation_forms
in a region
Overview
Name | evaluation_form_tags |
Type | Resource |
Description | Creates an evaluation form for the specified CON instance. |
Id | aws.connect.evaluation_form_tags |
Fields
Name | Datatype | Description |
---|---|---|
title | string | A title of the evaluation form. |
description | string | The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024. |
evaluation_form_arn | string | |
instance_arn | string | The identifier of the Amazon Connect instance. |
items | array | Items 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_strategy | object | A scoring strategy of the evaluation form. |
status | string | The status of the evaluation form. Allowed values: DRAFT | ACTIVE |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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