Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard

Functions

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