LookupTableConfiguration

Configuration for a lookup table destination. Use it to automatically refresh a lookup table with query results on a schedule.

Types

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

Properties

Link copied to clipboard

A description of the lookup table.

Link copied to clipboard

The ARN of the KMS key to use to encrypt the lookup table data. If you don't specify a key, the data is encrypted with an Amazon Web Services-owned key.

Link copied to clipboard

The ARN of the IAM role that grants permissions to create or update the lookup table with query results.

Link copied to clipboard

The name of the lookup table to create or update with query results. The name can contain only alphanumeric characters and underscores.

Link copied to clipboard

Key-value pairs to associate with the lookup table for resource management and cost allocation. The service applies tags only during initial table creation.

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