Class: Google::Cloud::DataFusion::V1::CryptoKeyConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datafusion/v1/datafusion.rb

Overview

The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.

Instance Attribute Summary collapse

Instance Attribute Details

#key_reference::String

Returns The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

Returns:

  • (::String)

    The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.



131
132
133
134
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 131

class CryptoKeyConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end