ConnectionInput

A structure that is used to specify a connection to create or update.

Types

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

Properties

Link copied to clipboard

Connection properties specific to the Athena compute environment.

Link copied to clipboard

The authentication properties of the connection.

Link copied to clipboard

These key-value pairs define parameters for the connection.

Link copied to clipboard

The type of the connection. Currently, these types are supported:

Link copied to clipboard

The description of the connection.

Link copied to clipboard

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

Link copied to clipboard

The name of the connection.

Link copied to clipboard

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

Link copied to clipboard

Connection properties specific to the Python compute environment.

Link copied to clipboard

Connection properties specific to the Spark compute environment.

Link copied to clipboard

A flag to validate the credentials during create connection. Default is true.

Link copied to clipboard

The compute environments that the specified connection properties are validated against.

Functions

Link copied to clipboard
inline fun copy(block: ConnectionInput.Builder.() -> Unit = {}): ConnectionInput
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