#include <DatabaseConfiguration.h>
Provides the information necessary to connect a database to an index.
See Also:
AWS API Reference
Definition at line 37 of file DatabaseConfiguration.h.
◆ DatabaseConfiguration() [1/2]
Aws::kendra::Model::DatabaseConfiguration::DatabaseConfiguration |
( |
| ) |
|
◆ DatabaseConfiguration() [2/2]
◆ AclConfigurationHasBeenSet()
bool Aws::kendra::Model::DatabaseConfiguration::AclConfigurationHasBeenSet |
( |
| ) |
const |
|
inline |
Information about the database column that provides information for user context filtering.
Definition at line 174 of file DatabaseConfiguration.h.
◆ ColumnConfigurationHasBeenSet()
bool Aws::kendra::Model::DatabaseConfiguration::ColumnConfigurationHasBeenSet |
( |
| ) |
const |
|
inline |
Information about where the index should get the document information from the database.
Definition at line 137 of file DatabaseConfiguration.h.
◆ ConnectionConfigurationHasBeenSet()
bool Aws::kendra::Model::DatabaseConfiguration::ConnectionConfigurationHasBeenSet |
( |
| ) |
const |
|
inline |
◆ DatabaseEngineTypeHasBeenSet()
bool Aws::kendra::Model::DatabaseConfiguration::DatabaseEngineTypeHasBeenSet |
( |
| ) |
const |
|
inline |
◆ GetAclConfiguration()
const AclConfiguration& Aws::kendra::Model::DatabaseConfiguration::GetAclConfiguration |
( |
| ) |
const |
|
inline |
Information about the database column that provides information for user context filtering.
Definition at line 168 of file DatabaseConfiguration.h.
◆ GetColumnConfiguration()
const ColumnConfiguration& Aws::kendra::Model::DatabaseConfiguration::GetColumnConfiguration |
( |
| ) |
const |
|
inline |
Information about where the index should get the document information from the database.
Definition at line 131 of file DatabaseConfiguration.h.
◆ GetConnectionConfiguration()
◆ GetDatabaseEngineType()
const DatabaseEngineType& Aws::kendra::Model::DatabaseConfiguration::GetDatabaseEngineType |
( |
| ) |
const |
|
inline |
◆ GetSqlConfiguration()
const SqlConfiguration& Aws::kendra::Model::DatabaseConfiguration::GetSqlConfiguration |
( |
| ) |
const |
|
inline |
Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.
Definition at line 205 of file DatabaseConfiguration.h.
◆ GetVpcConfiguration()
◆ Jsonize()
◆ operator=()
◆ SetAclConfiguration() [1/2]
void Aws::kendra::Model::DatabaseConfiguration::SetAclConfiguration |
( |
AclConfiguration && |
value | ) |
|
|
inline |
Information about the database column that provides information for user context filtering.
Definition at line 186 of file DatabaseConfiguration.h.
◆ SetAclConfiguration() [2/2]
void Aws::kendra::Model::DatabaseConfiguration::SetAclConfiguration |
( |
const AclConfiguration & |
value | ) |
|
|
inline |
Information about the database column that provides information for user context filtering.
Definition at line 180 of file DatabaseConfiguration.h.
◆ SetColumnConfiguration() [1/2]
void Aws::kendra::Model::DatabaseConfiguration::SetColumnConfiguration |
( |
ColumnConfiguration && |
value | ) |
|
|
inline |
Information about where the index should get the document information from the database.
Definition at line 149 of file DatabaseConfiguration.h.
◆ SetColumnConfiguration() [2/2]
void Aws::kendra::Model::DatabaseConfiguration::SetColumnConfiguration |
( |
const ColumnConfiguration & |
value | ) |
|
|
inline |
Information about where the index should get the document information from the database.
Definition at line 143 of file DatabaseConfiguration.h.
◆ SetConnectionConfiguration() [1/2]
◆ SetConnectionConfiguration() [2/2]
void Aws::kendra::Model::DatabaseConfiguration::SetConnectionConfiguration |
( |
const ConnectionConfiguration & |
value | ) |
|
|
inline |
◆ SetDatabaseEngineType() [1/2]
void Aws::kendra::Model::DatabaseConfiguration::SetDatabaseEngineType |
( |
const DatabaseEngineType & |
value | ) |
|
|
inline |
◆ SetDatabaseEngineType() [2/2]
void Aws::kendra::Model::DatabaseConfiguration::SetDatabaseEngineType |
( |
DatabaseEngineType && |
value | ) |
|
|
inline |
◆ SetSqlConfiguration() [1/2]
void Aws::kendra::Model::DatabaseConfiguration::SetSqlConfiguration |
( |
const SqlConfiguration & |
value | ) |
|
|
inline |
Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.
Definition at line 217 of file DatabaseConfiguration.h.
◆ SetSqlConfiguration() [2/2]
void Aws::kendra::Model::DatabaseConfiguration::SetSqlConfiguration |
( |
SqlConfiguration && |
value | ) |
|
|
inline |
Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.
Definition at line 223 of file DatabaseConfiguration.h.
◆ SetVpcConfiguration() [1/2]
◆ SetVpcConfiguration() [2/2]
◆ SqlConfigurationHasBeenSet()
bool Aws::kendra::Model::DatabaseConfiguration::SqlConfigurationHasBeenSet |
( |
| ) |
const |
|
inline |
Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.
Definition at line 211 of file DatabaseConfiguration.h.
◆ VpcConfigurationHasBeenSet()
bool Aws::kendra::Model::DatabaseConfiguration::VpcConfigurationHasBeenSet |
( |
| ) |
const |
|
inline |
◆ WithAclConfiguration() [1/2]
Information about the database column that provides information for user context filtering.
Definition at line 198 of file DatabaseConfiguration.h.
◆ WithAclConfiguration() [2/2]
Information about the database column that provides information for user context filtering.
Definition at line 192 of file DatabaseConfiguration.h.
◆ WithColumnConfiguration() [1/2]
Information about where the index should get the document information from the database.
Definition at line 161 of file DatabaseConfiguration.h.
◆ WithColumnConfiguration() [2/2]
Information about where the index should get the document information from the database.
Definition at line 155 of file DatabaseConfiguration.h.
◆ WithConnectionConfiguration() [1/2]
◆ WithConnectionConfiguration() [2/2]
◆ WithDatabaseEngineType() [1/2]
◆ WithDatabaseEngineType() [2/2]
◆ WithSqlConfiguration() [1/2]
Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.
Definition at line 229 of file DatabaseConfiguration.h.
◆ WithSqlConfiguration() [2/2]
Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.
Definition at line 235 of file DatabaseConfiguration.h.
◆ WithVpcConfiguration() [1/2]
◆ WithVpcConfiguration() [2/2]
The documentation for this class was generated from the following file: