@Stability(value=Stable) @Internal public static final class CfnDataSource.GoogleDriveConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.GoogleDriveConfigurationProperty
CfnDataSource.GoogleDriveConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.GoogleDriveConfigurationProperty.Builder, CfnDataSource.GoogleDriveConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.GoogleDriveConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSource.AccessControlListConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getExcludeMimeTypes()
A list of MIME types to exclude from the index.
|
List<String> |
getExcludeSharedDrives()
A list of identifiers or shared drives to exclude from the index.
|
List<String> |
getExcludeUserAccounts()
A list of email addresses of the users.
|
List<String> |
getExclusionPatterns()
A list of regular expression patterns that apply to the path on Google Drive.
|
Object |
getFieldMappings()
Defines mapping between a field in the Google Drive and a Amazon Kendra index field.
|
List<String> |
getInclusionPatterns()
A list of regular expression patterns that apply to path on Google Drive.
|
String |
getSecretArn()
The Amazon Resource Name (ARN) of a AWS Secrets Manager secret that contains the credentials required to connect to Google Drive.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSource.GoogleDriveConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final String getSecretArn()
CfnDataSource.GoogleDriveConfigurationPropertyFor more information, see Using a Google Workspace Drive data source .
getSecretArn in interface CfnDataSource.GoogleDriveConfigurationPropertypublic final List<String> getExcludeMimeTypes()
CfnDataSource.GoogleDriveConfigurationPropertyFor a list of MIME types, see Using a Google Workspace Drive data source .
getExcludeMimeTypes in interface CfnDataSource.GoogleDriveConfigurationPropertypublic final List<String> getExcludeSharedDrives()
CfnDataSource.GoogleDriveConfigurationPropertyAll files and folders stored on the shared drive are excluded.
getExcludeSharedDrives in interface CfnDataSource.GoogleDriveConfigurationPropertypublic final List<String> getExcludeUserAccounts()
CfnDataSource.GoogleDriveConfigurationPropertyDocuments owned by these users are excluded from the index. Documents shared with excluded users are indexed unless they are excluded in another way.
getExcludeUserAccounts in interface CfnDataSource.GoogleDriveConfigurationPropertypublic final List<String> getExclusionPatterns()
CfnDataSource.GoogleDriveConfigurationPropertyItems that match the pattern are excluded from the index from both shared drives and users' My Drives. Items that don't match the pattern are included in the index. If an item matches both an exclusion pattern and an inclusion pattern, it is excluded from the index.
getExclusionPatterns in interface CfnDataSource.GoogleDriveConfigurationPropertypublic final Object getFieldMappings()
CfnDataSource.GoogleDriveConfigurationProperty
If you are using the console, you can define index fields when creating the mapping. If you are using the API, you must first create the field using the UpdateIndex operation.
getFieldMappings in interface CfnDataSource.GoogleDriveConfigurationPropertypublic final List<String> getInclusionPatterns()
CfnDataSource.GoogleDriveConfigurationPropertyItems that match the pattern are included in the index from both shared drives and users' My Drives. Items that don't match the pattern are excluded from the index. If an item matches both an inclusion pattern and an exclusion pattern, it is excluded from the index.
getInclusionPatterns in interface CfnDataSource.GoogleDriveConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.