Group Sse Configuration Args
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)