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.

Link copied to clipboard

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

Link copied to clipboard

The unique Amazon Resource Name (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 that this schema represents.

Link copied to clipboard

The time at which 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

Details about the status of the schema. Currently, only one entry is present.

Link copied to clipboard

The schema type properties.

Link copied to clipboard

The selected analysis methods for the schema.

Link copied to clipboard

The type of schema.

Link copied to clipboard

The most recent time at which the schema was 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