AWS Fundamentals Logo
AWS Fundamentals
AWS::KendraRanking::ExecutionPlan

KendraRanking ExecutionPlan

A KendraRanking Rescore execution plan

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
CapacityUnits
CapacityUnitsConfiguration
Description
string
Tags
array

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

kendra-ranking:CreateRescoreExecutionPlankendra-ranking:DescribeRescoreExecutionPlankendra-ranking:UpdateRescoreExecutionPlankendra-ranking:ListTagsForResourcekendra-ranking:TagResource

read

kendra-ranking:DescribeRescoreExecutionPlankendra-ranking:ListTagsForResource

update

kendra-ranking:DescribeRescoreExecutionPlankendra-ranking:UpdateRescoreExecutionPlankendra-ranking:ListTagsForResourcekendra-ranking:TagResourcekendra-ranking:UntagResource

delete

kendra-ranking:DescribeRescoreExecutionPlankendra-ranking:DeleteRescoreExecutionPlan

list

kendra-ranking:ListRescoreExecutionPlans

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceKendraRanking
Properties6
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links