kmsKeyNames

@JvmName(name = "fxjxaddyhwipcrnx")
suspend fun kmsKeyNames(value: Output<List<String>>)
@JvmName(name = "uxmgiqlyxtchmlba")
suspend fun kmsKeyNames(value: List<String>?)

Parameters

value

Fully qualified name of the KMS keys to use to encrypt this database. The keys must exist in the same locations as the Spanner Database.


@JvmName(name = "mvhbrpxxqsgbqpqe")
suspend fun kmsKeyNames(vararg values: Output<String>)


@JvmName(name = "lkggxifbouvxsjky")
suspend fun kmsKeyNames(values: List<Output<String>>)
@JvmName(name = "upexvtckqvuopyis")
suspend fun kmsKeyNames(vararg values: String)

Parameters

values

Fully qualified name of the KMS keys to use to encrypt this database. The keys must exist in the same locations as the Spanner Database.