AWS::KendraRanking::ExecutionPlanCreates 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 { CfnExecutionPlan } from 'aws-cdk-lib/aws-kendraranking';Or use the module namespace:
import * as kendraranking from 'aws-cdk-lib/aws-kendraranking';
// kendraranking.CfnExecutionPlanConfiguration passed to the constructor as CfnExecutionPlanProps.
nameRequiredstringA name for the rescore execution plan.
capacityUnitsOptionalIResolvable | CapacityUnitsConfigurationPropertyYou 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) .
descriptionOptionalstringA description for the rescore execution plan.
tagsOptionalCfnTag[]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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-kendrarankingAWS::KendraRanking::ExecutionPlan