Table Sse Specification Args
data class TableSseSpecificationArgs(val kmsMasterKeyId: Output<String>? = null, val sseEnabled: Output<Boolean>, val sseType: Output<String>? = null) : ConvertibleToJava<TableSseSpecificationArgs>
Constructors
Link copied to clipboard
fun TableSseSpecificationArgs(kmsMasterKeyId: Output<String>? = null, sseEnabled: Output<Boolean>, sseType: Output<String>? = null)