GroupSseConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val kmsKeyArn: String? = null

ARN of the KMS key to use.