Class Config (0.1.1)

Config(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Available configurations to provision an Instance.

Attributes

NameDescription
location str
Output only. The GCP location where the Instance resides.
cmek_key_name str
Required. 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.

Inheritance

builtins.object > proto.message.Message > Config