Connection

Defines a connection to a data source.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

These key-value pairs define parameters for the connection:

Link copied to clipboard

The type of the connection. Currently, SFTP is not supported.

Link copied to clipboard

The time that this connection definition was created.

Link copied to clipboard

The description of the connection.

Link copied to clipboard

The user, group, or role that last updated this connection definition.

Link copied to clipboard

The last time that this connection definition was updated.

Link copied to clipboard

A list of criteria that can be used in selecting this connection.

Link copied to clipboard
val name: String?

The name of the connection definition.

Link copied to clipboard

A map of physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to make this connection successfully.

Functions

Link copied to clipboard
inline fun copy(block: Connection.Builder.() -> Unit = {}): Connection
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String