Schema

class Schema

A schema is a relation within a collaboration.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The analysis rule types associated with the schema. Currently, only one entry is present.

Link copied to clipboard

The unique ARN for the collaboration that the schema belongs to.

Link copied to clipboard

The unique ID for the collaboration that the schema belongs to.

Link copied to clipboard

The columns for the relation this schema represents.

Link copied to clipboard

The time the schema was created.

Link copied to clipboard

The unique account ID for the Amazon Web Services account that owns the schema.

Link copied to clipboard

A description for the schema.

Link copied to clipboard

A name for the schema. The schema relation is referred to by this name when queried by a protected query.

Link copied to clipboard

The partition keys for the dataset underlying this schema.

Link copied to clipboard

The type of schema. The only valid value is currently TABLE.

Link copied to clipboard

The time the schema was last updated.

Functions

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