AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::KendraRanking::ExecutionPlan

CfnExecutionPlan

Creates a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the `Rescore` API. You set the number of capacity units that you require for Amazon Kendra Intelligent Ranking to rescore or re-rank a search service's results. For an example of using the `CreateRescoreExecutionPlan` API, including using the Python and Java SDKs, see [Semantically ranking a search service's results](https://docs.aws.amazon.com/kendra/latest/dg/search-service-rerank.html) .

Import

import { CfnExecutionPlan } from 'aws-cdk-lib/aws-kendraranking';

Or use the module namespace:

import * as kendraranking from 'aws-cdk-lib/aws-kendraranking';
// kendraranking.CfnExecutionPlan

Properties

Configuration passed to the constructor as CfnExecutionPlanProps.

nameRequired
string

A name for the rescore execution plan.

capacityUnitsOptional
IResolvable | CapacityUnitsConfigurationProperty

You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see [Adjusting capacity](https://docs.aws.amazon.com/kendra/latest/dg/adjusting-capacity.html) .

descriptionOptional
string

A description for the rescore execution plan.

tagsOptional
CfnTag[]

A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space. They can also consist of underscore, period, colon, equal, plus, and asperand.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-kendraranking
CFN TypeAWS::KendraRanking::ExecutionPlan
Properties4

External Links