Class CfnDataSource.DataSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.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.bedrock.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
The configuration information to connect to Confluence as your data source.final Object
The configuration information to connect to Amazon S3 as your data source.final Object
The configuration information to connect to Salesforce as your data source.final Object
The configuration information to connect to SharePoint as your data source.final String
getType()
The type of data source.final Object
The configuration of web URLs to crawl for 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
-
getType
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
The type of data source.- Specified by:
getType
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getConfluenceConfiguration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
The configuration information to connect to Confluence as your data source.Confluence data source connector is in preview release and is subject to change.
- Specified by:
getConfluenceConfiguration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getS3Configuration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
The configuration information to connect to Amazon S3 as your data source.- Specified by:
getS3Configuration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getSalesforceConfiguration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
The configuration information to connect to Salesforce as your data source.Salesforce data source connector is in preview release and is subject to change.
- Specified by:
getSalesforceConfiguration
in interfaceCfnDataSource.DataSourceConfigurationProperty
- See Also:
-
getWebConfiguration
Description copied from interface:CfnDataSource.DataSourceConfigurationProperty
The configuration of web URLs to crawl for your data source. You should be authorized to crawl the URLs.Crawling web URLs as your data source is in preview release and is subject to change.
- Specified by:
getWebConfiguration
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()
-