public static final class CfnDataSource.GoogleDriveConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.GoogleDriveConfigurationProperty
CfnDataSource.GoogleDriveConfigurationProperty
CfnDataSource.GoogleDriveConfigurationProperty.Builder, CfnDataSource.GoogleDriveConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.util.List<java.lang.String> |
getExcludeMimeTypes()
A list of MIME types to exclude from the index.
|
java.util.List<java.lang.String> |
getExcludeSharedDrives()
A list of identifiers or shared drives to exclude from the index.
|
java.util.List<java.lang.String> |
getExcludeUserAccounts()
A list of email addresses of the users.
|
java.util.List<java.lang.String> |
getExclusionPatterns()
A list of regular expression patterns to exclude certain items in your Google Drive, including shared drives and users' My Drives.
|
java.lang.Object |
getFieldMappings()
Maps Google Drive data source attributes or field names to Amazon Kendra index field names.
|
java.util.List<java.lang.String> |
getInclusionPatterns()
A list of regular expression patterns to include certain items in your Google Drive, including shared drives and users' My Drives.
|
java.lang.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() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getSecretArn()
CfnDataSource.GoogleDriveConfigurationProperty
For more information, see Using a Google Workspace Drive data source .
getSecretArn
in interface CfnDataSource.GoogleDriveConfigurationProperty
public final java.util.List<java.lang.String> getExcludeMimeTypes()
CfnDataSource.GoogleDriveConfigurationProperty
For a list of MIME types, see Using a Google Workspace Drive data source .
getExcludeMimeTypes
in interface CfnDataSource.GoogleDriveConfigurationProperty
public final java.util.List<java.lang.String> getExcludeSharedDrives()
CfnDataSource.GoogleDriveConfigurationProperty
All files and folders stored on the shared drive are excluded.
getExcludeSharedDrives
in interface CfnDataSource.GoogleDriveConfigurationProperty
public final java.util.List<java.lang.String> getExcludeUserAccounts()
CfnDataSource.GoogleDriveConfigurationProperty
Documents 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.GoogleDriveConfigurationProperty
public final java.util.List<java.lang.String> getExclusionPatterns()
CfnDataSource.GoogleDriveConfigurationProperty
Items that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
getExclusionPatterns
in interface CfnDataSource.GoogleDriveConfigurationProperty
public final java.lang.Object getFieldMappings()
CfnDataSource.GoogleDriveConfigurationProperty
To create custom fields, use the UpdateIndex
API before you map to Google Drive fields. For more information, see Mapping data source fields . The Google Drive data source field names must exist in your Google Drive custom metadata.
getFieldMappings
in interface CfnDataSource.GoogleDriveConfigurationProperty
public final java.util.List<java.lang.String> getInclusionPatterns()
CfnDataSource.GoogleDriveConfigurationProperty
Items that match the patterns are included in the index. Items that don't match the patterns are excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
getInclusionPatterns
in interface CfnDataSource.GoogleDriveConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()