Anthos Multi-Cloud v1 API - Class AwsDatabaseEncryption (2.6.0)

public sealed class AwsDatabaseEncryption : IMessage<AwsDatabaseEncryption>, IEquatable<AwsDatabaseEncryption>, IDeepCloneable<AwsDatabaseEncryption>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsDatabaseEncryption.

Configuration related to application-layer secrets encryption.

Inheritance

object > AwsDatabaseEncryption

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsDatabaseEncryption()

public AwsDatabaseEncryption()

AwsDatabaseEncryption(AwsDatabaseEncryption)

public AwsDatabaseEncryption(AwsDatabaseEncryption other)
Parameter
Name Description
other AwsDatabaseEncryption

Properties

KmsKeyArn

public string KmsKeyArn { get; set; }

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

Property Value
Type Description
string