GroupSseConfigurationArgs

data class GroupSseConfigurationArgs(val customerManagedKeyEnabled: Output<Boolean>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<GroupSseConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val customerManagedKeyEnabled: Output<Boolean>? = null

Boolean flag to indicate that the CMK should be used.

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

ARN of the KMS key to use.

Functions

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