ReferenceStoreSseConfig

data class ReferenceStoreSseConfig(val keyArn: String? = null, val type: ReferenceStoreEncryptionType)

Server-side encryption (SSE) settings for a store.

Constructors

Link copied to clipboard
constructor(keyArn: String? = null, type: ReferenceStoreEncryptionType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyArn: String? = null

An encryption key ARN.

Link copied to clipboard

The encryption type.