Encryption

Defines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key used for encryption when using customer-managed keys.

Link copied to clipboard

The server-side encryption algorithm used for encrypting data in the S3 Table integration.

Functions

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