Class CfnDataSource.DataSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.DataSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.DataSourceConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.DataSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.DataSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.DataSourceConfigurationProperty
An implementation for
CfnDataSource.DataSourceConfigurationProperty
-
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.DataSourceConfigurationProperty
CfnDataSource.DataSourceConfigurationProperty.Builder, CfnDataSource.DataSourceConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.DataSourceConfigurationProperty.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
final Object
Provides the configuration information to connect to Confluence as your data source.final Object
Provides the configuration information to connect to a database as your data source.final Object
Provides the configuration information to connect to Google Drive as your data source.final Object
Provides the configuration information to connect to Microsoft OneDrive as your data source.final Object
Provides the configuration information to connect to an Amazon S3 bucket as your data source.final Object
Provides the configuration information to connect to Salesforce as your data source.final Object
Provides the configuration information to connect to ServiceNow as your data source.final Object
Provides the configuration information to connect to Microsoft SharePoint as your data source.final Object
final Object
Provides the configuration information required for Amazon Kendra Web Crawler.final Object
Provides the configuration information to connect to Amazon WorkDocs as your data source.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.DataSourceConfigurationProperty.Builder
.
-
-
Method Details
-
getConfluenceConfiguration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
Provides the configuration information to connect to Confluence as your data source.- Specified by:
getConfluenceConfiguration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getDatabaseConfiguration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
Provides the configuration information to connect to a database as your data source.- Specified by:
getDatabaseConfiguration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getGoogleDriveConfiguration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
Provides the configuration information to connect to Google Drive as your data source.- Specified by:
getGoogleDriveConfiguration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getOneDriveConfiguration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
Provides the configuration information to connect to Microsoft OneDrive as your data source.- Specified by:
getOneDriveConfiguration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getS3Configuration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
Provides the configuration information to connect to an Amazon S3 bucket as your data source.Amazon Kendra now supports an upgraded Amazon S3 connector.
You must now use the TemplateConfiguration object instead of the
S3DataSourceConfiguration
object to configure your connector.Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
- Specified by:
getS3Configuration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getSalesforceConfiguration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
Provides the configuration information to connect to Salesforce as your data source.- Specified by:
getSalesforceConfiguration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getServiceNowConfiguration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
Provides the configuration information to connect to ServiceNow as your data source.- Specified by:
getServiceNowConfiguration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getTemplateConfiguration
- Specified by:
getTemplateConfiguration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getWebCrawlerConfiguration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
Provides the configuration information required for Amazon Kendra Web Crawler.- Specified by:
getWebCrawlerConfiguration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getWorkDocsConfiguration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
Provides the configuration information to connect to Amazon WorkDocs as your data source.- Specified by:
getWorkDocsConfiguration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- 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()
-