EncryptionInfo

Includes encryption-related information, such as the AWS KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.

Types

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

Properties

Link copied to clipboard

The data-volume encryption details.

Link copied to clipboard

The details for encryption in transit.

Functions

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