GroupSseConfiguration

data class GroupSseConfiguration(val customerManagedKeyEnabled: Boolean? = null, val kmsKeyArn: String? = null)

Constructors

Link copied to clipboard
constructor(customerManagedKeyEnabled: Boolean? = null, kmsKeyArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Boolean flag to indicate that the CMK should be used.

Link copied to clipboard
val kmsKeyArn: String? = null

ARN of the KMS key to use.