Class: Google::Cloud::GkeMultiCloud::V1::AwsConfigEncryption Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsConfigEncryption
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Config encryption for user data.
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Required.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns Required. The ARN of the AWS KMS key used to encrypt user data.
811 812 813 814 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 811 class AwsConfigEncryption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |