AWS::Kendra::DataSource DocumentsMetadataConfiguration
Document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "S3Prefix" :
String
}
YAML
S3Prefix:
String
Properties
S3Prefix
-
A prefix used to filter metadata configuration files in the Amazon S3 bucket. The S3 bucket might contain multiple metadata files. Use
S3Prefix
to include only the desired metadata files.Required: No
Type: String
Minimum:
1
Maximum:
1024
Update requires: No interruption