evaluation_forms
Retrieves a list of evaluation_forms
in a region
Overview
Name | evaluation_forms |
Type | Resource |
Description | evaluation_forms |
Id | awscc.connect.evaluation_forms |
Fields
Name | Datatype | Description |
---|---|---|
evaluation_form_arn | string | The Amazon Resource Name (ARN) for the evaluation form. |
region | string | AWS 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