This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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 AWS CloudFormation template, use the following syntax:
JSON
{ "S3Prefix" :String}
YAML
S3Prefix:String
Properties
S3Prefix-
A prefix used to filter metadata configuration files in the AWS S3 bucket. The S3 bucket might contain multiple metadata files. Use
S3Prefixto include only the desired metadata files.Required: No
Type: String
Minimum:
1Maximum:
1024Update requires: No interruption