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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.DatabaseConfigurationProperty
CfnDataSource.DatabaseConfigurationProperty.Builder, CfnDataSource.DatabaseConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.DatabaseConfigurationProperty.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
Information about the database column that provides information for user context filtering.final Object
Information about where the index should get the document information from the database.final Object
Configuration information that's required to connect to a database.final String
The type of database engine that runs the database.final Object
Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.final Object
Provides information for connecting to an Amazon VPC.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.DatabaseConfigurationProperty.Builder
.
-
-
Method Details
-
getColumnConfiguration
Description copied from interface:CfnDataSource.DatabaseConfigurationProperty
Information about where the index should get the document information from the database.- Specified by:
getColumnConfiguration
in interfaceCfnDataSource.DatabaseConfigurationProperty
-
getConnectionConfiguration
Description copied from interface:CfnDataSource.DatabaseConfigurationProperty
Configuration information that's required to connect to a database.- Specified by:
getConnectionConfiguration
in interfaceCfnDataSource.DatabaseConfigurationProperty
-
getDatabaseEngineType
Description copied from interface:CfnDataSource.DatabaseConfigurationProperty
The type of database engine that runs the database.- Specified by:
getDatabaseEngineType
in interfaceCfnDataSource.DatabaseConfigurationProperty
-
getAclConfiguration
Description copied from interface:CfnDataSource.DatabaseConfigurationProperty
Information about the database column that provides information for user context filtering.- Specified by:
getAclConfiguration
in interfaceCfnDataSource.DatabaseConfigurationProperty
-
getSqlConfiguration
Description copied from interface:CfnDataSource.DatabaseConfigurationProperty
Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.- Specified by:
getSqlConfiguration
in interfaceCfnDataSource.DatabaseConfigurationProperty
-
getVpcConfiguration
Description copied from interface:CfnDataSource.DatabaseConfigurationProperty
Provides information for connecting to an Amazon VPC.- Specified by:
getVpcConfiguration
in interfaceCfnDataSource.DatabaseConfigurationProperty
-
$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()
-