ClusterEncryptionInfo

data class ClusterEncryptionInfo(val encryptionAtRestKmsKeyArn: String? = null, val encryptionInTransit: ClusterEncryptionInfoEncryptionInTransit? = null)

Constructors

Link copied to clipboard
constructor(encryptionAtRestKmsKeyArn: String? = null, encryptionInTransit: ClusterEncryptionInfoEncryptionInTransit? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

You may specify a KMS key short ID or ARN (it will always output an ARN) to use for encrypting your data at rest. If no key is specified, an AWS managed KMS ('aws/msk' managed service) key will be used for encrypting the data at rest.

Link copied to clipboard

Configuration block to specify encryption in transit. See below.