LookupTable

Contains metadata about a lookup table returned by DescribeLookupTables.

Types

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

Properties

Link copied to clipboard

The description of the lookup table.

Link copied to clipboard

The ARN of the KMS key used to encrypt the lookup table data, if applicable.

Link copied to clipboard

The time when the lookup table was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Link copied to clipboard

The ARN of the lookup table.

Link copied to clipboard

The name of the lookup table.

Link copied to clipboard

The number of data rows in the lookup table, excluding the header row.

Link copied to clipboard

The size of the lookup table in bytes.

Link copied to clipboard

The column headers from the first row of the CSV file.

Functions

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