DatabaseTypeArgs

data class DatabaseTypeArgs(val engine: Output<DatabaseTypeEngine>? = null, val provider: Output<DatabaseTypeProvider>? = null) : ConvertibleToJava<DatabaseTypeArgs>

A message defining the database engine and provider.

Constructors

Link copied to clipboard
fun DatabaseTypeArgs(engine: Output<DatabaseTypeEngine>? = null, provider: Output<DatabaseTypeProvider>? = null)

Functions

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

Properties

Link copied to clipboard
val engine: Output<DatabaseTypeEngine>? = null

The database engine.

Link copied to clipboard
val provider: Output<DatabaseTypeProvider>? = null

The database provider.