ConfigArgs

data class ConfigArgs(val cmekKeyName: Output<String>) : ConvertibleToJava<ConfigArgs>

Available configurations to provision an Instance.

Constructors

Link copied to clipboard
fun ConfigArgs(cmekKeyName: Output<String>)

Functions

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

Properties

Link copied to clipboard
val cmekKeyName: Output<String>

The Customer Managed Encryption Key (CMEK) used for data encryption. The CMEK name should follow the format of projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+), where the location must match InstanceConfig.location.