Class CfnDataSourcePropsMixin.DataSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.DataSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.DataSourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.DataSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.DataSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.DataSourceConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.DataSourceConfigurationProperty-
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.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.DataSourceConfigurationProperty
CfnDataSourcePropsMixin.DataSourceConfigurationProperty.Builder, CfnDataSourcePropsMixin.DataSourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.DataSourceConfigurationProperty.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 booleanfinal ObjectThe configuration information to connect to Confluence as your data source.final ObjectThe configuration information to connect to Amazon S3 as your data source.final ObjectThe configuration information to connect to Salesforce as your data source.final ObjectThe configuration information to connect to SharePoint as your data source.final StringgetType()The type of data source.final ObjectThe configuration of web URLs to crawl for your data source.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 theCfnDataSourcePropsMixin.DataSourceConfigurationProperty.Builder.
-
-
Method Details
-
getConfluenceConfiguration
Description copied from interface:CfnDataSourcePropsMixin.DataSourceConfigurationPropertyThe configuration information to connect to Confluence as your data source.Confluence data source connector is in preview release and is subject to change.
Returns union: either
IResolvableorCfnDataSourcePropsMixin.ConfluenceDataSourceConfigurationProperty- Specified by:
getConfluenceConfigurationin interfaceCfnDataSourcePropsMixin.DataSourceConfigurationProperty- See Also:
-
getS3Configuration
Description copied from interface:CfnDataSourcePropsMixin.DataSourceConfigurationPropertyThe configuration information to connect to Amazon S3 as your data source.Returns union: either
IResolvableorCfnDataSourcePropsMixin.S3DataSourceConfigurationProperty- Specified by:
getS3Configurationin interfaceCfnDataSourcePropsMixin.DataSourceConfigurationProperty- See Also:
-
getSalesforceConfiguration
Description copied from interface:CfnDataSourcePropsMixin.DataSourceConfigurationPropertyThe configuration information to connect to Salesforce as your data source.Salesforce data source connector is in preview release and is subject to change.
Returns union: either
IResolvableorCfnDataSourcePropsMixin.SalesforceDataSourceConfigurationProperty- Specified by:
getSalesforceConfigurationin interfaceCfnDataSourcePropsMixin.DataSourceConfigurationProperty- See Also:
-
getType
Description copied from interface:CfnDataSourcePropsMixin.DataSourceConfigurationPropertyThe type of data source.- Specified by:
getTypein interfaceCfnDataSourcePropsMixin.DataSourceConfigurationProperty- See Also:
-
getWebConfiguration
Description copied from interface:CfnDataSourcePropsMixin.DataSourceConfigurationPropertyThe 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.
Returns union: either
IResolvableorCfnDataSourcePropsMixin.WebDataSourceConfigurationProperty- Specified by:
getWebConfigurationin interfaceCfnDataSourcePropsMixin.DataSourceConfigurationProperty- See Also:
-
$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()
-