aws-cdk-lib.aws_kendraranking.CfnExecutionPlan.CapacityUnitsConfigurationProperty

interface CapacityUnitsConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.KendraRanking.CfnExecutionPlan.CapacityUnitsConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskendraranking#CfnExecutionPlan_CapacityUnitsConfigurationProperty
Javasoftware.amazon.awscdk.services.kendraranking.CfnExecutionPlan.CapacityUnitsConfigurationProperty
Pythonaws_cdk.aws_kendraranking.CfnExecutionPlan.CapacityUnitsConfigurationProperty
TypeScript aws-cdk-lib » aws_kendraranking » CfnExecutionPlan » CapacityUnitsConfigurationProperty

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kendraranking as kendraranking } from 'aws-cdk-lib';
const capacityUnitsConfigurationProperty: kendraranking.CfnExecutionPlan.CapacityUnitsConfigurationProperty = {
  rescoreCapacityUnits: 123,
};

Properties

NameTypeDescription
rescoreCapacityUnitsnumberThe amount of extra capacity for your rescore execution plan.

rescoreCapacityUnits

Type: number

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.