Class CfnDataSource.GoogleDriveConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDataSource.GoogleDriveConfigurationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.GoogleDriveConfigurationProperty
CfnDataSource.GoogleDriveConfigurationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.GoogleDriveConfigurationPropertyCfnDataSource.GoogleDriveConfigurationProperty.Builder, CfnDataSource.GoogleDriveConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnDataSource.GoogleDriveConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getSecretArnDescription 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 interface- CfnDataSource.GoogleDriveConfigurationProperty
- See Also:
 
- 
getExcludeMimeTypesDescription 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 interface- CfnDataSource.GoogleDriveConfigurationProperty
- See Also:
 
- 
getExcludeUserAccountsDescription 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 interface- CfnDataSource.GoogleDriveConfigurationProperty
- See Also:
 
- 
getExclusionPatternsDescription 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 interface- CfnDataSource.GoogleDriveConfigurationProperty
- See Also:
 
- 
getFieldMappingsDescription 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.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSource.DataSourceToIndexFieldMappingProperty>- Specified by:
- getFieldMappingsin interface- CfnDataSource.GoogleDriveConfigurationProperty
- See Also:
 
- 
getInclusionPatternsDescription 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 interface- CfnDataSource.GoogleDriveConfigurationProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-