EncryptionContext

Encryption context for a Domain.

Types

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

Properties

Link copied to clipboard

The type of encryption key used.

Link copied to clipboard

The ARN of the KMS key. Only present when encryptionType is CUSTOMER_MANAGED_KEY.

Functions

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