public sealed class AwsConfigEncryption : IMessage<AwsConfigEncryption>, IEquatable<AwsConfigEncryption>, IDeepCloneable<AwsConfigEncryption>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsConfigEncryption.
Config encryption for user data.
Implements
IMessageAwsConfigEncryption, IEquatableAwsConfigEncryption, IDeepCloneableAwsConfigEncryption, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsConfigEncryption()
public AwsConfigEncryption()AwsConfigEncryption(AwsConfigEncryption)
public AwsConfigEncryption(AwsConfigEncryption other)| Parameter | |
|---|---|
| Name | Description |
other |
AwsConfigEncryption |
Properties
KmsKeyArn
public string KmsKeyArn { get; set; }Required. The ARN of the AWS KMS key used to encrypt user data.
| Property Value | |
|---|---|
| Type | Description |
string |
|