Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Gateway : KotlinCustomResource

Provides a Database Gateway Gateway resource. For information about Database Gateway Gateway and how to use it, see What is Gateway.

Link copied to clipboard
data class GatewayArgs(val gatewayDesc: Output<String>? = null, val gatewayName: Output<String>? = null) : ConvertibleToJava<GatewayArgs>

Provides a Database Gateway Gateway resource. For information about Database Gateway Gateway and how to use it, see What is Gateway.

Link copied to clipboard
Link copied to clipboard
object GatewayMapper : ResourceMapper<Gateway>
Link copied to clipboard

Functions

Link copied to clipboard
fun gateway(name: String): Gateway
suspend fun gateway(name: String, block: suspend GatewayResourceBuilder.() -> Unit): Gateway