DataSourceAuroraPostgreSqlParameters

data class DataSourceAuroraPostgreSqlParameters(val database: String, val host: String, val port: Double)

Parameters for Amazon Aurora PostgreSQL-Compatible Edition.

Constructors

Link copied to clipboard
constructor(database: String, host: String, port: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Aurora PostgreSQL database to connect to.

Link copied to clipboard

The Amazon Aurora PostgreSQL-Compatible host to connect to.

Link copied to clipboard

The port that Amazon Aurora PostgreSQL is listening on.