DataSourceConnectionConfigurationArgs

data class DataSourceConnectionConfigurationArgs(val databaseHost: Output<String>, val databaseName: Output<String>, val databasePort: Output<Int>, val secretArn: Output<String>, val tableName: Output<String>) : ConvertibleToJava<DataSourceConnectionConfigurationArgs>

Constructors

Link copied to clipboard
constructor(databaseHost: Output<String>, databaseName: Output<String>, databasePort: Output<Int>, secretArn: Output<String>, tableName: Output<String>)

Properties

Link copied to clipboard
val databaseHost: Output<String>

The name of the host for the database. Can be either a string (host.subdomain.domain.tld) or an IPv4 or IPv6 address.

Link copied to clipboard
val databaseName: Output<String>

The name of the database containing the document data.

Link copied to clipboard
val databasePort: Output<Int>

The port that the database uses for connections.

Link copied to clipboard
val secretArn: Output<String>

The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that stores the credentials. The credentials should be a user-password pair. For more information, see Using a Database Data Source . For more information about AWS Secrets Manager , see What Is AWS Secrets Manager in the AWS Secrets Manager user guide.

Link copied to clipboard
val tableName: Output<String>

The name of the table that contains the document data.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceConnectionConfigurationArgs