Class CfnDataSource.DatabaseConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.DatabaseConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.DatabaseConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.DatabaseConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.DatabaseConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.DatabaseConfigurationProperty
An implementation for
CfnDataSource.DatabaseConfigurationProperty-
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.DatabaseConfigurationProperty
CfnDataSource.DatabaseConfigurationProperty.Builder, CfnDataSource.DatabaseConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.DatabaseConfigurationProperty.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 ObjectInformation about the database column that provides information for user context filtering.final ObjectInformation about where the index should get the document information from the database.final ObjectConfiguration information that's required to connect to a database.final StringThe type of database engine that runs the database.final ObjectProvides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.final ObjectProvides information for connecting to an Amazon VPC.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.DatabaseConfigurationProperty.Builder.
-
-
Method Details
-
getColumnConfiguration
Description copied from interface:CfnDataSource.DatabaseConfigurationPropertyInformation about where the index should get the document information from the database.Returns union: either
IResolvableorCfnDataSource.ColumnConfigurationProperty- Specified by:
getColumnConfigurationin interfaceCfnDataSource.DatabaseConfigurationProperty- See Also:
-
getConnectionConfiguration
Description copied from interface:CfnDataSource.DatabaseConfigurationPropertyConfiguration information that's required to connect to a database.Returns union: either
IResolvableorCfnDataSource.ConnectionConfigurationProperty- Specified by:
getConnectionConfigurationin interfaceCfnDataSource.DatabaseConfigurationProperty- See Also:
-
getDatabaseEngineType
Description copied from interface:CfnDataSource.DatabaseConfigurationPropertyThe type of database engine that runs the database.- Specified by:
getDatabaseEngineTypein interfaceCfnDataSource.DatabaseConfigurationProperty- See Also:
-
getAclConfiguration
Description copied from interface:CfnDataSource.DatabaseConfigurationPropertyInformation about the database column that provides information for user context filtering.Returns union: either
IResolvableorCfnDataSource.AclConfigurationProperty- Specified by:
getAclConfigurationin interfaceCfnDataSource.DatabaseConfigurationProperty- See Also:
-
getSqlConfiguration
Description copied from interface:CfnDataSource.DatabaseConfigurationPropertyProvides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.Returns union: either
IResolvableorCfnDataSource.SqlConfigurationProperty- Specified by:
getSqlConfigurationin interfaceCfnDataSource.DatabaseConfigurationProperty- See Also:
-
getVpcConfiguration
Description copied from interface:CfnDataSource.DatabaseConfigurationPropertyProvides information for connecting to an Amazon VPC.Returns union: either
IResolvableorCfnDataSource.DataSourceVpcConfigurationProperty- Specified by:
getVpcConfigurationin interfaceCfnDataSource.DatabaseConfigurationProperty- 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()
-