GroupSseConfigurationArgs

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

Constructors

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

Functions

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

Properties

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

ARN of the KMS key to use.