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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.S3DataSourceConfigurationProperty
CfnDataSource.S3DataSourceConfigurationProperty.Builder, CfnDataSource.S3DataSourceConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.S3DataSourceConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Provides the path to the S3 bucket that contains the user context filtering files for the data source.final String
The name of the bucket that contains the documents.final Object
Specifies 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 int
hashCode()
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.S3DataSourceConfigurationProperty
The name of the bucket that contains the documents.- Specified by:
getBucketName
in interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
getAccessControlListConfiguration
Description copied from interface:CfnDataSource.S3DataSourceConfigurationProperty
Provides 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:
getAccessControlListConfiguration
in interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
getDocumentsMetadataConfiguration
Description copied from interface:CfnDataSource.S3DataSourceConfigurationProperty
Specifies 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:
getDocumentsMetadataConfiguration
in interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
getExclusionPatterns
Description copied from interface:CfnDataSource.S3DataSourceConfigurationProperty
A 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:
getExclusionPatterns
in interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
getInclusionPatterns
Description copied from interface:CfnDataSource.S3DataSourceConfigurationProperty
A 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:
getInclusionPatterns
in interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
getInclusionPrefixes
Description copied from interface:CfnDataSource.S3DataSourceConfigurationProperty
A list of S3 prefixes for the documents that should be included in the index.- Specified by:
getInclusionPrefixes
in interfaceCfnDataSource.S3DataSourceConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-