Class: Google::Cloud::AIPlatform::V1::EncryptionSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::EncryptionSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/encryption_spec.rb
Overview
Represents a customer-managed encryption key spec that can be applied to a top-level resource.
Instance Attribute Summary collapse
-
#kms_key_name ⇒ ::String
Required.
Instance Attribute Details
#kms_key_name ⇒ ::String
Returns 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.
33 34 35 36 |
# File 'proto_docs/google/cloud/aiplatform/v1/encryption_spec.rb', line 33 class EncryptionSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |