public static final class CfnDataSource.DatabaseConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.DatabaseConfigurationProperty
CfnDataSource.DatabaseConfigurationProperty
CfnDataSource.DatabaseConfigurationProperty.Builder, CfnDataSource.DatabaseConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAclConfiguration()
Information about the database column that provides information for user context filtering.
|
java.lang.Object |
getColumnConfiguration()
Information about where the index should get the document information from the database.
|
java.lang.Object |
getConnectionConfiguration()
Configuration information that's required to connect to a database.
|
java.lang.String |
getDatabaseEngineType()
The type of database engine that runs the database.
|
java.lang.Object |
getSqlConfiguration()
Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.
|
java.lang.Object |
getVpcConfiguration()
Provides information for connecting to an Amazon VPC.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getColumnConfiguration()
CfnDataSource.DatabaseConfigurationProperty
getColumnConfiguration
in interface CfnDataSource.DatabaseConfigurationProperty
public final java.lang.Object getConnectionConfiguration()
CfnDataSource.DatabaseConfigurationProperty
getConnectionConfiguration
in interface CfnDataSource.DatabaseConfigurationProperty
public final java.lang.String getDatabaseEngineType()
CfnDataSource.DatabaseConfigurationProperty
getDatabaseEngineType
in interface CfnDataSource.DatabaseConfigurationProperty
public final java.lang.Object getAclConfiguration()
CfnDataSource.DatabaseConfigurationProperty
getAclConfiguration
in interface CfnDataSource.DatabaseConfigurationProperty
public final java.lang.Object getSqlConfiguration()
CfnDataSource.DatabaseConfigurationProperty
getSqlConfiguration
in interface CfnDataSource.DatabaseConfigurationProperty
public final java.lang.Object getVpcConfiguration()
CfnDataSource.DatabaseConfigurationProperty
getVpcConfiguration
in interface CfnDataSource.DatabaseConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()