execution_plan
Gets an individual execution_plan
resource
Overview
Name | execution_plan |
Type | Resource |
Description | execution_plan |
Id | awscc.kendraranking.execution_plan |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
description | string | A description for the execution plan |
tags | array | Tags for labeling the execution plan |
name | string | |
capacity_units | object | Capacity units |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
arn,
description,
tags,
name,
capacity_units
FROM awscc.kendraranking.execution_plan
WHERE data__Identifier = '<Id>';
Permissions
To operate on the execution_plan
resource, the following permissions are required:
Read
kendra-ranking:DescribeRescoreExecutionPlan,
kendra-ranking:ListTagsForResource
Update
kendra-ranking:DescribeRescoreExecutionPlan,
kendra-ranking:UpdateRescoreExecutionPlan,
kendra-ranking:ListTagsForResource,
kendra-ranking:TagResource,
kendra-ranking:UntagResource
Delete
kendra-ranking:DescribeRescoreExecutionPlan,
kendra-ranking:DeleteRescoreExecutionPlan