View Source GoogleApi.ApigeeRegistry.V1.Model.Config (google_api_apigee_registry v0.4.0)

Available configurations to provision an Instance.

Attributes

  • cmekKeyName (type: String.t, default: nil) - 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.
  • location (type: String.t, default: nil) - Output only. The GCP location where the Instance resides.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ApigeeRegistry.V1.Model.Config{
  cmekKeyName: String.t() | nil,
  location: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.