Interface CfnDataSourcePropsMixin.DocumentsMetadataConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSourcePropsMixin.DocumentsMetadataConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDataSourcePropsMixin

@Stability(Stable) public static interface CfnDataSourcePropsMixin.DocumentsMetadataConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.kendra.*;
 DocumentsMetadataConfigurationProperty documentsMetadataConfigurationProperty = DocumentsMetadataConfigurationProperty.builder()
         .s3Prefix("s3Prefix")
         .build();
 

See Also: