AWS::KendraRanking::ExecutionPlan CapacityUnitsConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::KendraRanking::ExecutionPlan CapacityUnitsConfiguration

Sets additional capacity units configured for your rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API. You can add and remove capacity units to fit your usage requirements.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "RescoreCapacityUnits" : Integer }

YAML

RescoreCapacityUnits: Integer

Properties

RescoreCapacityUnits

The amount of extra capacity for your rescore execution plan.

A single extra capacity unit for a rescore execution plan provides 0.01 rescore requests per second. You can add up to 1000 extra capacity units.

Required: Yes

Type: Integer

Minimum: 0

Update requires: No interruption