Interface CfnDataSource.DocumentsMetadataConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.DocumentsMetadataConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.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.services.kendra.*; DocumentsMetadataConfigurationProperty documentsMetadataConfigurationProperty = DocumentsMetadataConfigurationProperty.builder() .s3Prefix("s3Prefix") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.DocumentsMetadataConfigurationProperty
static final class
An implementation forCfnDataSource.DocumentsMetadataConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Prefix
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. -
builder
-