Skip to main content

execution_plan

Gets an individual execution_plan resource

Overview

Nameexecution_plan
TypeResource
Descriptionexecution_plan
Idawscc.kendraranking.execution_plan

Fields

NameDatatypeDescription
idstring
arnstring
descriptionstringA description for the execution plan
tagsarrayTags for labeling the execution plan
namestring
capacity_unitsobjectCapacity units
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
arn,
description,
tags,
name,
capacity_units
FROM awscc.kendraranking.execution_plan
WHERE data__Identifier = '<Id>';

Permissions

To operate on the execution_plan resource, the following permissions are required:

Read

kendra-ranking:DescribeRescoreExecutionPlan,
kendra-ranking:ListTagsForResource

Update

kendra-ranking:DescribeRescoreExecutionPlan,
kendra-ranking:UpdateRescoreExecutionPlan,
kendra-ranking:ListTagsForResource,
kendra-ranking:TagResource,
kendra-ranking:UntagResource

Delete

kendra-ranking:DescribeRescoreExecutionPlan,
kendra-ranking:DeleteRescoreExecutionPlan