ConnectionTypeBrief

Brief information about a supported connection type returned by the ListConnectionTypes API.

Types

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

Properties

Link copied to clipboard

The supported authentication types, data interface types (compute environments), and data operations of the connector.

Link copied to clipboard

A list of categories that this connection type belongs to. Categories help users filter and find appropriate connection types based on their use cases.

Link copied to clipboard

The name of the connection type.

Link copied to clipboard

A list of variants available for this connection type. Different variants may provide specialized configurations for specific use cases or implementations of the same general connection type.

Link copied to clipboard

A description of the connection type.

Link copied to clipboard

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

Link copied to clipboard

The URL of the logo associated with a connection type.

Link copied to clipboard

The name of the vendor or provider that created or maintains this connection type.

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