ViewDefinitionInput

A structure containing details for creating or updating an Glue view.

Types

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

Properties

Link copied to clipboard

The definer of a view in SQL.

Link copied to clipboard

You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.

Link copied to clipboard

A list of structures that contains the dialect of the view, and the query that defines the view.

Link copied to clipboard

A list of base table ARNs that make up the view.

Functions

Link copied to clipboard
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