Anthos Multi-Cloud v1 API - Class AwsConfigEncryption (2.1.0)

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

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

Config encryption for user data.

Inheritance

Object > AwsConfigEncryption

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsConfigEncryption()

public AwsConfigEncryption()

AwsConfigEncryption(AwsConfigEncryption)

public AwsConfigEncryption(AwsConfigEncryption other)
Parameter
NameDescription
otherAwsConfigEncryption

Properties

KmsKeyArn

public string KmsKeyArn { get; set; }

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

Property Value
TypeDescription
String