AWS::Kendra::DataSource DatabaseConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Kendra::DataSource DatabaseConfiguration

Provides the configuration information to an Amazon Kendra supported database.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

AclConfiguration

Information about the database column that provides information for user context filtering.

Required: No

Type: AclConfiguration

Update requires: No interruption

ColumnConfiguration

Information about where the index should get the document information from the database.

Required: Yes

Type: ColumnConfiguration

Update requires: No interruption

ConnectionConfiguration

Configuration information that's required to connect to a database.

Required: Yes

Type: ConnectionConfiguration

Update requires: No interruption

DatabaseEngineType

The type of database engine that runs the database.

Required: Yes

Type: String

Allowed values: RDS_AURORA_MYSQL | RDS_AURORA_POSTGRESQL | RDS_MYSQL | RDS_POSTGRESQL

Update requires: No interruption

SqlConfiguration

Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.

Required: No

Type: SqlConfiguration

Update requires: No interruption

VpcConfiguration

Provides information for connecting to an Amazon VPC.

Required: No

Type: DataSourceVpcConfiguration

Update requires: No interruption