Class CfnDataSource.S3DataSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.S3DataSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.S3DataSourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.S3DataSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.S3DataSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.S3DataSourceConfigurationProperty
An implementation for
CfnDataSource.S3DataSourceConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.S3DataSourceConfigurationProperty
CfnDataSource.S3DataSourceConfigurationProperty.Builder, CfnDataSource.S3DataSourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.S3DataSourceConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectProvides the path to the S3 bucket that contains the user context filtering files for the data source.final StringThe name of the bucket that contains the documents.final ObjectSpecifies document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes.A list of glob patterns for documents that should not be indexed.A list of glob patterns for documents that should be indexed.A list of S3 prefixes for the documents that should be included in the index.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSource.S3DataSourceConfigurationProperty.Builder.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnDataSource.S3DataSourceConfigurationPropertyThe name of the bucket that contains the documents.- Specified by:
getBucketNamein interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
getAccessControlListConfiguration
Description copied from interface:CfnDataSource.S3DataSourceConfigurationPropertyProvides the path to the S3 bucket that contains the user context filtering files for the data source.For the format of the file, see Access control for S3 data sources .
- Specified by:
getAccessControlListConfigurationin interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
getDocumentsMetadataConfiguration
Description copied from interface:CfnDataSource.S3DataSourceConfigurationPropertySpecifies 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.
- Specified by:
getDocumentsMetadataConfigurationin interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
getExclusionPatterns
Description copied from interface:CfnDataSource.S3DataSourceConfigurationPropertyA list of glob patterns for documents that should not be indexed.If a document that matches an inclusion prefix or inclusion pattern also matches an exclusion pattern, the document is not indexed.
Some examples are:
- **.png , .jpg will exclude all PNG and JPEG image files in a directory (files with the extensions .png and .jpg).
- internal will exclude all files in a directory that contain 'internal' in the file name, such as 'internal', 'internal_only', 'company_internal'.
- *** /internal* will exclude all internal-related files in a directory and its subdirectories.
- Specified by:
getExclusionPatternsin interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
getInclusionPatterns
Description copied from interface:CfnDataSource.S3DataSourceConfigurationPropertyA list of glob patterns for documents that should be indexed.If a document that matches an inclusion pattern also matches an exclusion pattern, the document is not indexed.
Some examples are:
- *.txt will include all text files in a directory (files with the extension .txt).
- *** /.txt will include all text files in a directory and its subdirectories.
- tax will include all files in a directory that contain 'tax' in the file name, such as 'tax', 'taxes', 'income_tax'.
- Specified by:
getInclusionPatternsin interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
getInclusionPrefixes
Description copied from interface:CfnDataSource.S3DataSourceConfigurationPropertyA list of S3 prefixes for the documents that should be included in the index.- Specified by:
getInclusionPrefixesin interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-