Package-level declarations

Types

Link copied to clipboard
class Connection : KotlinCustomResource

An Integration connectors Connection. To get more information about Connection, see:

Link copied to clipboard
data class ConnectionArgs(val authConfig: Output<ConnectionAuthConfigArgs>? = null, val configVariables: Output<List<ConnectionConfigVariableArgs>>? = null, val connectorVersion: Output<String>? = null, val description: Output<String>? = null, val destinationConfigs: Output<List<ConnectionDestinationConfigArgs>>? = null, val eventingConfig: Output<ConnectionEventingConfigArgs>? = null, val eventingEnablementType: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val lockConfig: Output<ConnectionLockConfigArgs>? = null, val logConfig: Output<ConnectionLogConfigArgs>? = null, val name: Output<String>? = null, val nodeConfig: Output<ConnectionNodeConfigArgs>? = null, val project: Output<String>? = null, val serviceAccount: Output<String>? = null, val sslConfig: Output<ConnectionSslConfigArgs>? = null, val suspended: Output<Boolean>? = null) : ConvertibleToJava<ConnectionArgs>

An Integration connectors Connection. To get more information about Connection, see:

Link copied to clipboard
Link copied to clipboard
object ConnectionMapper : ResourceMapper<Connection>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun connection(name: String, block: suspend ConnectionResourceBuilder.() -> Unit): Connection