AWS::Kendra::DataSourceKendra DataSource
10 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IndexId | string | RequiredCreate-only |
Name | string | Required |
Type | string | RequiredCreate-only |
CustomDocumentEnrichmentConfiguration | CustomDocumentEnrichmentConfiguration | |
DataSourceConfiguration | DataSourceConfiguration | |
Description | string | |
LanguageCode | string | |
RoleArn | string | |
Schedule | 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::DataSource
Resources:
MyResource:
Type: AWS::Kendra::DataSource
Properties:
Name: "my-name"
IndexId: "my-indexid"
Type: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
kendra:CreateDataSourcekendra:DescribeDataSourcekendra:ListTagsForResourceiam:PassRolekendra:TagResourcekendra:DescribeDataSourcekendra:ListTagsForResourcekendra:DescribeDataSourcekendra:DeleteDataSourcekendra:ListDataSourceskendra:DescribeDataSourcekendra:UpdateDataSourcekendra:ListTagsForResourcekendra:TagResourcekendra:UntagResourceiam:PassRoleOur 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.
TypeIndexId