Class: Google::Cloud::GkeMultiCloud::V1::AwsConfigEncryption

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

Config encryption for user data.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arn::String

Returns Required. The ARN of the AWS KMS key used to encrypt user data.

Returns:

  • (::String)

    Required. The ARN of the AWS KMS key used to encrypt user data.



789
790
791
792
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 789

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