IntermediateTable

Contains the details of an intermediate table in Clean Rooms. An intermediate table stores a query definition and its materialized results within a collaboration.

Types

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

Properties

Link copied to clipboard

The types of analysis rules associated with the intermediate table.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the intermediate table.

Link copied to clipboard

The child resources that depend on this intermediate table.

Link copied to clipboard

The Amazon Resource Name (ARN) of the collaboration that contains the intermediate table.

Link copied to clipboard

The unique identifier of the collaboration that contains the intermediate table.

Link copied to clipboard

The time the intermediate table was created.

Link copied to clipboard

The description of the intermediate table.

Link copied to clipboard
val id: String

The unique identifier of the intermediate table.

Link copied to clipboard

The details of the currently active version of the intermediate table.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key used to encrypt the intermediate table data.

Link copied to clipboard

The Amazon Resource Name (ARN) of the membership that contains the intermediate table.

Link copied to clipboard

The unique identifier of the membership that contains the intermediate table.

Link copied to clipboard

The name of the intermediate table.

Link copied to clipboard

The analysis configuration that defines the query used to populate the intermediate table.

Link copied to clipboard

The number of days that populated data is retained before expiring.

Link copied to clipboard

The schema of the intermediate table, containing column definitions. Available after the table has been successfully populated.

Link copied to clipboard

The current status of the intermediate table.

Link copied to clipboard

The reason for the current status of the intermediate table.

Link copied to clipboard

The list of base tables that this intermediate table depends on.

Link copied to clipboard

The time the intermediate table was last updated.

Functions

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