Class CfnDataSource.S3DataSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.S3DataSourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.S3DataSourceConfigurationProperty
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 (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to exclude from your index.A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to include in your index.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- See Also:
-
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 .
Returns union: either
IResolvableorCfnDataSource.AccessControlListConfigurationProperty- Specified by:
getAccessControlListConfigurationin interfaceCfnDataSource.S3DataSourceConfigurationProperty- See Also:
-
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.
Returns union: either
IResolvableorCfnDataSource.DocumentsMetadataConfigurationProperty- Specified by:
getDocumentsMetadataConfigurationin interfaceCfnDataSource.S3DataSourceConfigurationProperty- See Also:
-
getExclusionPatterns
Description copied from interface:CfnDataSource.S3DataSourceConfigurationPropertyA list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to exclude from your index.If a document matches both an inclusion and exclusion prefix or pattern, the exclusion prefix takes precendence and the document is not indexed. Examples of glob patterns include:
- /myapp/config/** —All files inside config directory.
- *** /.png —All .png files in all directories.
- *** /.{png, ico, md} —All .png, .ico or .md files in all directories.
- /myapp/src/** /.ts —All .ts files inside src directory (and all its subdirectories).
- *** /!(.module).ts —All .ts files but not .module.ts
- **.png , .jpg —All PNG and JPEG image files in a directory (files with the extensions .png and .jpg).
- internal —All files in a directory that contain 'internal' in the file name, such as 'internal', 'internal_only', 'company_internal'.
- *** /internal* —All internal-related files in a directory and its subdirectories.
For more examples, see Use of Exclude and Include Filters in the AWS CLI Command Reference.
- Specified by:
getExclusionPatternsin interfaceCfnDataSource.S3DataSourceConfigurationProperty- See Also:
-
getInclusionPatterns
Description copied from interface:CfnDataSource.S3DataSourceConfigurationPropertyA list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to include in your index.If a document matches both an inclusion and exclusion prefix or pattern, the exclusion prefix takes precendence and the document is not indexed. Examples of glob patterns include:
- /myapp/config/** —All files inside config directory.
- *** /.png —All .png files in all directories.
- *** /.{png, ico, md} —All .png, .ico or .md files in all directories.
- /myapp/src/** /.ts —All .ts files inside src directory (and all its subdirectories).
- *** /!(.module).ts —All .ts files but not .module.ts
- **.png , .jpg —All PNG and JPEG image files in a directory (files with the extensions .png and .jpg).
- internal —All files in a directory that contain 'internal' in the file name, such as 'internal', 'internal_only', 'company_internal'.
- *** /internal* —All internal-related files in a directory and its subdirectories.
For more examples, see Use of Exclude and Include Filters in the AWS CLI Command Reference.
- Specified by:
getInclusionPatternsin interfaceCfnDataSource.S3DataSourceConfigurationProperty- See Also:
-
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- See Also:
-
$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()
-