interface DocumentsMetadataConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Kendra.CfnDataSource.DocumentsMetadataConfigurationProperty | 
|  Java | software.amazon.awscdk.services.kendra.CfnDataSource.DocumentsMetadataConfigurationProperty | 
|  Python | aws_cdk.aws_kendra.CfnDataSource.DocumentsMetadataConfigurationProperty | 
|  TypeScript | @aws-cdk/aws-kendra»CfnDataSource»DocumentsMetadataConfigurationProperty | 
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as kendra from '@aws-cdk/aws-kendra';
const documentsMetadataConfigurationProperty: kendra.CfnDataSource.DocumentsMetadataConfigurationProperty = {
  s3Prefix: 's3Prefix',
};
Properties
| Name | Type | Description | 
|---|---|---|
| s3 | string | A prefix used to filter metadata configuration files in the AWS S3 bucket. | 
s3Prefix?
Type:
string
(optional)
A prefix used to filter metadata configuration files in the AWS S3 bucket.
The S3 bucket might contain multiple metadata files. Use S3Prefix to include only the desired metadata files.
