aws-cdk-lib.aws_kendra.CfnDataSource.DocumentsMetadataConfigurationProperty

interface DocumentsMetadataConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Kendra.CfnDataSource.DocumentsMetadataConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskendra#CfnDataSource_DocumentsMetadataConfigurationProperty
Javasoftware.amazon.awscdk.services.kendra.CfnDataSource.DocumentsMetadataConfigurationProperty
Pythonaws_cdk.aws_kendra.CfnDataSource.DocumentsMetadataConfigurationProperty
TypeScript aws-cdk-lib » 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 { aws_kendra as kendra } from 'aws-cdk-lib';
const documentsMetadataConfigurationProperty: kendra.CfnDataSource.DocumentsMetadataConfigurationProperty = {
  s3Prefix: 's3Prefix',
};

Properties

NameTypeDescription
s3Prefix?stringA 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.