AWS::Kendra::FaqA Kendra FAQ resource
8 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IndexId | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
RoleArn | string | RequiredCreate-only |
S3Path | S3Path | RequiredCreate-only |
Description | string | Create-only |
FileFormat | string | Create-only |
LanguageCode | 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::Kendra::Faq
Resources:
MyResource:
Type: AWS::Kendra::Faq
Properties:
IndexId: "my-indexid"
Name: "my-name"
S3Path: "value"
RoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
kendra:CreateFaqkendra:DescribeFaqiam:PassRolekendra:ListTagsForResourcekendra:TagResourcekendra:DescribeFaqkendra:ListTagsForResourcekendra:UntagResourcekendra:TagResourcekendra:DescribeFaqkendra:ListTagsForResourcekendra:DeleteFaqkendra:DescribeFaqkendra:ListFaqsOur 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.
IndexIdNameS3PathRoleArnDescriptionFileFormat