View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec (google_api_ai_platform v0.13.0)
Represents a customer-managed encryption key spec that can be applied to a top-level resource.
Attributes
-
kmsKeyName
(type:String.t
, default:nil
) - Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form:projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec{ kmsKeyName: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.