SaaSTable

class SaaSTable

A table from a Software-as-a-Service (SaaS) data source, including connection details and column definitions.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the SaaS data source.

Link copied to clipboard

The list of input columns available from the SaaS table.

Link copied to clipboard

The hierarchical path to the table within the SaaS data source.

Functions

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