IntermediateTableDependency
Contains information about a base table that an intermediate table depends on.
Types
Properties
Link copied to clipboard
The Amazon Web Services account ID of the member who owns the dependency table.
Link copied to clipboard
Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.
Link copied to clipboard
The type of the dependency table.
Functions
Link copied to clipboard
inline fun copy(block: IntermediateTableDependency.Builder.() -> Unit = {}): IntermediateTableDependency