ConnectivityProperties

Contains the network and authentication settings for a connection, including connection credentials, physical network requirements, and compute-environment validation options.

Types

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

Properties

Link copied to clipboard

The Athena properties for this configuration.

Link copied to clipboard

The authentication settings for this configuration.

Link copied to clipboard

The connection properties for this configuration.

Link copied to clipboard

The description of the connectivity configuration.

Link copied to clipboard
val name: String?

The name of the connectivity configuration.

Link copied to clipboard

The physical network requirements for the connection, such as the subnet, security group, and VPC settings needed to reach the data source.

Link copied to clipboard

The Python properties for this configuration.

Link copied to clipboard

The Spark properties for this configuration.

Link copied to clipboard

Specifies whether to validate credentials for the connectivity configuration. Defaults to true if not specified.

Link copied to clipboard

The compute environments to use when validating connectivity. The service validates that the connection is reachable from each specified environment.

Functions

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