AWS::Kendra::IndexA Kendra index
10 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Edition | string | RequiredCreate-only |
Name | string | Required |
RoleArn | string | Required |
CapacityUnits | CapacityUnitsConfiguration | |
Description | string | |
DocumentMetadataConfigurations | array | |
ServerSideEncryptionConfiguration | ServerSideEncryptionConfiguration | Create-only |
Tags | array | |
UserContextPolicy | string | |
UserTokenConfigurations | 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::Kendra::Index
Resources:
MyResource:
Type: AWS::Kendra::Index
Properties:
Name: "my-name"
RoleArn: "arn:aws:service:region:account:resource"
Edition: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
kendra:CreateIndexkendra:DescribeIndexkendra:UpdateIndexkendra:ListTagsForResourceiam:PassRolekendra:TagResourcekms:DescribeKeykms:CreateGrantkendra:DescribeIndexkendra:ListTagsForResourcekendra:DescribeIndexkendra:UpdateIndexkendra:ListTagsForResourcekendra:TagResourcekendra:UntagResourceiam:PassRolekendra:DescribeIndexkendra:DeleteIndexkms:RetireGrantkendra:ListIndicesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EditionServerSideEncryptionConfiguration