Anthos Multi-Cloud v1 API - Class AwsDatabaseEncryption (2.2.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

GoogleCloudGoogle.Cloud.GkeMultiCloudV1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsDatabaseEncryption()

public AwsDatabaseEncryption()

AwsDatabaseEncryption(AwsDatabaseEncryption)

public AwsDatabaseEncryption(AwsDatabaseEncryption other)
Parameter
NameDescription
otherAwsDatabaseEncryption

Properties

KmsKeyArn

public string KmsKeyArn { get; set; }

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

Property Value
TypeDescription
string