Class CfnDataSource.GoogleDriveConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.GoogleDriveConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.GoogleDriveConfigurationProperty
CfnDataSource.GoogleDriveConfigurationProperty
-
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.GoogleDriveConfigurationProperty
CfnDataSource.GoogleDriveConfigurationProperty.Builder, CfnDataSource.GoogleDriveConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.GoogleDriveConfigurationProperty.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
A list of MIME types to exclude from the index.A list of identifiers or shared drives to exclude from the index.A list of email addresses of the users.A list of regular expression patterns to exclude certain items in your Google Drive, including shared drives and users' My Drives.final Object
Maps Google Drive data source attributes or field names to Amazon Kendra index field names.A list of regular expression patterns to include certain items in your Google Drive, including shared drives and users' My Drives.final String
The Amazon Resource Name (ARN) of a AWS Secrets Manager secret that contains the credentials required to connect to Google Drive.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.GoogleDriveConfigurationProperty.Builder
.
-
-
Method Details
-
getSecretArn
Description copied from interface:CfnDataSource.GoogleDriveConfigurationProperty
The Amazon Resource Name (ARN) of a AWS Secrets Manager secret that contains the credentials required to connect to Google Drive.For more information, see Using a Google Workspace Drive data source .
- Specified by:
getSecretArn
in interfaceCfnDataSource.GoogleDriveConfigurationProperty
- See Also:
-
getExcludeMimeTypes
Description copied from interface:CfnDataSource.GoogleDriveConfigurationProperty
A list of MIME types to exclude from the index. All documents matching the specified MIME type are excluded.For a list of MIME types, see Using a Google Workspace Drive data source .
- Specified by:
getExcludeMimeTypes
in interfaceCfnDataSource.GoogleDriveConfigurationProperty
- See Also:
-
getExcludeUserAccounts
Description copied from interface:CfnDataSource.GoogleDriveConfigurationProperty
A list of email addresses of the users.Documents owned by these users are excluded from the index. Documents shared with excluded users are indexed unless they are excluded in another way.
- Specified by:
getExcludeUserAccounts
in interfaceCfnDataSource.GoogleDriveConfigurationProperty
- See Also:
-
getExclusionPatterns
Description copied from interface:CfnDataSource.GoogleDriveConfigurationProperty
A list of regular expression patterns to exclude certain items in your Google Drive, including shared drives and users' My Drives.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.
- Specified by:
getExclusionPatterns
in interfaceCfnDataSource.GoogleDriveConfigurationProperty
- See Also:
-
getFieldMappings
Description copied from interface:CfnDataSource.GoogleDriveConfigurationProperty
Maps Google Drive data source attributes or field names to Amazon Kendra index field names.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.- Specified by:
getFieldMappings
in interfaceCfnDataSource.GoogleDriveConfigurationProperty
- See Also:
-
getInclusionPatterns
Description copied from interface:CfnDataSource.GoogleDriveConfigurationProperty
A list of regular expression patterns to include certain items in your Google Drive, including shared drives and users' My Drives.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.
- Specified by:
getInclusionPatterns
in interfaceCfnDataSource.GoogleDriveConfigurationProperty
- See Also:
-
$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()
-