Class: Google::Cloud::GkeMultiCloud::V1::AwsDatabaseEncryption
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsDatabaseEncryption
- 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
-
#kms_key_arn ⇒ ::String
Required.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns 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 |