ConnectionTypeVariant

Represents a variant of a connection type in Glue Data Catalog. Connection type variants provide specific configurations and behaviors for different implementations of the same general connection type.

Types

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

Properties

Link copied to clipboard

The unique identifier for the connection type variant. This name is used internally to identify the specific variant of a connection type.

Link copied to clipboard

A detailed description of the connection type variant, including its purpose, use cases, and any specific configuration requirements.

Link copied to clipboard

The human-readable name for the connection type variant that is displayed in the Glue console.

Link copied to clipboard

The URL of the logo associated with a connection type variant.

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