Skip to main content

execution_plan_tags

Expands all tag keys and values for execution_plans in a region

Overview

Nameexecution_plan_tags
TypeResource
DescriptionA KendraRanking Rescore execution plan
Idaws.kendraranking.execution_plan_tags

Fields

NameDatatypeDescription
idstringUnique ID of rescore execution plan
arnstring
descriptionstringA description for the execution plan
namestringName of kendra ranking rescore execution plan
capacity_unitsobjectCapacity units
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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