ReferenceStoreSseConfigArgs

data class ReferenceStoreSseConfigArgs(val keyArn: Output<String>? = null, val type: Output<ReferenceStoreEncryptionType>) : ConvertibleToJava<ReferenceStoreSseConfigArgs>

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

Constructors

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

Properties

Link copied to clipboard
val keyArn: Output<String>? = null

An encryption key ARN.

Link copied to clipboard

The encryption type.

Functions

Link copied to clipboard
open override fun toJava(): ReferenceStoreSseConfigArgs