ConfigResponse

data class ConfigResponse(val cmekKeyName: String, val location: String)

Available configurations to provision an Instance.

Constructors

Link copied to clipboard
fun ConfigResponse(cmekKeyName: String, location: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The GCP location where the Instance resides.