AWS::KendraRanking::ExecutionPlanA KendraRanking Rescore execution plan
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
CapacityUnits | CapacityUnitsConfiguration | |
Description | string | |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::KendraRanking::ExecutionPlan
Resources:
MyResource:
Type: AWS::KendraRanking::ExecutionPlan
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
kendra-ranking:CreateRescoreExecutionPlankendra-ranking:DescribeRescoreExecutionPlankendra-ranking:UpdateRescoreExecutionPlankendra-ranking:ListTagsForResourcekendra-ranking:TagResourcekendra-ranking:DescribeRescoreExecutionPlankendra-ranking:ListTagsForResourcekendra-ranking:DescribeRescoreExecutionPlankendra-ranking:UpdateRescoreExecutionPlankendra-ranking:ListTagsForResourcekendra-ranking:TagResourcekendra-ranking:UntagResourcekendra-ranking:DescribeRescoreExecutionPlankendra-ranking:DeleteRescoreExecutionPlankendra-ranking:ListRescoreExecutionPlansOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId