DataSourceRdsHttpEndpointConfig

data class DataSourceRdsHttpEndpointConfig(val awsRegion: String, val awsSecretStoreArn: String, val databaseName: String? = null, val dbClusterIdentifier: String, val schema: String? = null)

Constructors

Link copied to clipboard
constructor(awsRegion: String, awsSecretStoreArn: String, databaseName: String? = null, dbClusterIdentifier: String, schema: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AWS Region for RDS HTTP endpoint.

Link copied to clipboard

The ARN for database credentials stored in AWS Secrets Manager.

Link copied to clipboard
val databaseName: String? = null

Logical database name.

Link copied to clipboard

Amazon RDS cluster Amazon Resource Name (ARN).

Link copied to clipboard
val schema: String? = null

Logical schema name.