Class: Google::Cloud::GkeMultiCloud::V1::AwsDatabaseEncryption

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

Overview

Configuration related to application-layer secrets encryption.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arn::String

Returns Required. The ARN of the AWS KMS key used to encrypt cluster secrets.

Returns:

  • (::String)

    Required. The ARN of the AWS KMS key used to encrypt cluster secrets.



303
304
305
306
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 303

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