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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.GoogleDriveConfigurationProperty
CfnDataSource.GoogleDriveConfigurationProperty.Builder, CfnDataSource.GoogleDriveConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.GoogleDriveConfigurationProperty.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 booleanA 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 ObjectMaps 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 StringThe Amazon Resource Name (ARN) of a AWS Secrets Manager secret that contains the credentials required to connect to Google Drive.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.GoogleDriveConfigurationProperty.Builder.
-
-
Method Details
-
getSecretArn
Description copied from interface:CfnDataSource.GoogleDriveConfigurationPropertyThe 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:
getSecretArnin interfaceCfnDataSource.GoogleDriveConfigurationProperty
-
getExcludeMimeTypes
Description copied from interface:CfnDataSource.GoogleDriveConfigurationPropertyA 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:
getExcludeMimeTypesin interfaceCfnDataSource.GoogleDriveConfigurationProperty
-
getExcludeUserAccounts
Description copied from interface:CfnDataSource.GoogleDriveConfigurationPropertyA 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:
getExcludeUserAccountsin interfaceCfnDataSource.GoogleDriveConfigurationProperty
-
getExclusionPatterns
Description copied from interface:CfnDataSource.GoogleDriveConfigurationPropertyA 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:
getExclusionPatternsin interfaceCfnDataSource.GoogleDriveConfigurationProperty
-
getFieldMappings
Description copied from interface:CfnDataSource.GoogleDriveConfigurationPropertyMaps Google Drive data source attributes or field names to Amazon Kendra index field names.To create custom fields, use the
UpdateIndexAPI 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:
getFieldMappingsin interfaceCfnDataSource.GoogleDriveConfigurationProperty
-
getInclusionPatterns
Description copied from interface:CfnDataSource.GoogleDriveConfigurationPropertyA 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:
getInclusionPatternsin interfaceCfnDataSource.GoogleDriveConfigurationProperty
-
$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()
-