ConfiguredTable

A table that has been configured for use in a collaboration.

Types

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

Properties

Link copied to clipboard

The columns within the underlying Glue table that can be utilized within collaborations.

Link copied to clipboard

The analysis method for the configured table. The only valid value is currently DIRECT_QUERY.

Link copied to clipboard

The types of analysis rules associated with this configured table. Currently, only one analysis rule may be associated with a configured table.

Link copied to clipboard
val arn: String

The unique ARN for the configured table.

Link copied to clipboard

The time the configured table was created.

Link copied to clipboard

A description for the configured table.

Link copied to clipboard
val id: String

The unique ID for the configured table.

Link copied to clipboard

A name for the configured table.

Link copied to clipboard

The Glue table that this configured table represents.

Link copied to clipboard

The time the configured table was last updated

Functions

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