QuerySessionContext

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.

Types

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

Properties

Link copied to clipboard

An opaque string-string map passed by the query engine.

Link copied to clipboard

An identifier string for the consumer cluster.

Link copied to clipboard

A cryptographically generated query identifier generated by Glue or Lake Formation.

Link copied to clipboard

A unique identifier generated by the query engine for the query.

Link copied to clipboard

A timestamp provided by the query engine for when the query started.

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