execution_plan_tags
Expands all tag keys and values for execution_plans in a region
Overview
| Name | execution_plan_tags |
| Type | Resource |
| Description | A KendraRanking Rescore execution plan |
| Id | aws.kendraranking.execution_plan_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | Unique ID of rescore execution plan |
arn | string | |
description | string | A description for the execution plan |
name | string | Name of kendra ranking rescore execution plan |
capacity_units | object | Capacity units |
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 execution_plans in a region.
SELECT
region,
id,
arn,
description,
name,
capacity_units,
tag_key,
tag_value
FROM aws.kendraranking.execution_plan_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the execution_plan_tags resource, see execution_plans