HyperdriveConfigOrigin

data class HyperdriveConfigOrigin(val accessClientId: String? = null, val accessClientSecret: String? = null, val database: String, val host: String, val password: String, val port: Int? = null, val scheme: String, val user: String)

Constructors

Link copied to clipboard
constructor(accessClientId: String? = null, accessClientSecret: String? = null, database: String, host: String, password: String, port: Int? = null, scheme: String, user: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessClientId: String? = null

Client ID associated with the Cloudflare Access Service Token used to connect via Access.

Link copied to clipboard

Client Secret associated with the Cloudflare Access Service Token used to connect via Access.

Link copied to clipboard

The name of your origin database.

Link copied to clipboard

The host (hostname or IP) of your origin database.

Link copied to clipboard

The password of the Hyperdrive configuration.

Link copied to clipboard
val port: Int? = null

The port (default: 5432 for Postgres) of your origin database.

Link copied to clipboard

Specifies the URL scheme used to connect to your origin database.

Link copied to clipboard

The user of your origin database.