@Stability(value=Stable)
public static interface CfnDataSource.DocumentsMetadataConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.DocumentsMetadataConfigurationProperty.Builder
A builder for
CfnDataSource.DocumentsMetadataConfigurationProperty |
static class |
CfnDataSource.DocumentsMetadataConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.DocumentsMetadataConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.DocumentsMetadataConfigurationProperty.Builder |
builder() |
default String |
getS3Prefix()
A prefix used to filter metadata configuration files in the AWS S3 bucket.
|
@Stability(value=Stable) @Nullable default String getS3Prefix()
The S3 bucket might contain multiple metadata files. Use S3Prefix to include only the desired metadata files.
@Stability(value=Stable) static CfnDataSource.DocumentsMetadataConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.