Class: Google::Cloud::CloudDMS::V1::AlloyDbSettings::EncryptionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::AlloyDbSettings::EncryptionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
EncryptionConfig describes the encryption config of a cluster that is encrypted with a CMEK (customer-managed encryption key).
Instance Attribute Summary collapse
-
#kms_key_name ⇒ ::String
The fully-qualified resource name of the KMS key.
Instance Attribute Details
#kms_key_name ⇒ ::String
Returns The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME].
582 583 584 585 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 582 class EncryptionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |