interface CfnExecutionPlanProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.KendraRanking.CfnExecutionPlanProps |
Java | software.amazon.awscdk.services.kendraranking.CfnExecutionPlanProps |
Python | aws_cdk.aws_kendraranking.CfnExecutionPlanProps |
TypeScript | @aws-cdk/aws-kendraranking » CfnExecutionPlanProps |
Properties for defining a CfnExecutionPlan
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as kendraranking from '@aws-cdk/aws-kendraranking';
const cfnExecutionPlanProps: kendraranking.CfnExecutionPlanProps = {
name: 'name',
// the properties below are optional
capacityUnits: {
rescoreCapacityUnits: 123,
},
description: 'description',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
name | string | A name for the rescore execution plan. |
capacity | Capacity | IResolvable | You can set additional capacity units to meet the needs of your rescore execution plan. |
description? | string | A description for the rescore execution plan. |
tags? | Cfn [] | A list of key-value pairs that identify or categorize your rescore execution plan. |
name
Type:
string
A name for the rescore execution plan.
capacityUnits?
Type:
Capacity
|
IResolvable
(optional)
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 .
description?
Type:
string
(optional)
A description for the rescore execution plan.
tags?
Type:
Cfn
[]
(optional)
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.