Interface CfnDataSource.IDocumentsMetadataConfigurationProperty
Document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes.
Namespace: Amazon.CDK.AWS.Kendra
Assembly: Amazon.CDK.AWS.Kendra.dll
Syntax (csharp)
public interface IDocumentsMetadataConfigurationProperty
Syntax (vb)
Public Interface IDocumentsMetadataConfigurationProperty
Remarks
Each metadata file contains metadata about a single document.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Kendra;
var documentsMetadataConfigurationProperty = new DocumentsMetadataConfigurationProperty {
S3Prefix = "s3Prefix"
};
Synopsis
Properties
S3Prefix | A prefix used to filter metadata configuration files in the AWS S3 bucket. |
Properties
S3Prefix
A prefix used to filter metadata configuration files in the AWS S3 bucket.
virtual string S3Prefix { get; }
Property Value
System.
Remarks
The S3 bucket might contain multiple metadata files. Use S3Prefix
to include only the desired metadata files.