public sealed class AwsConfigEncryption : IMessage<AwsConfigEncryption>, IEquatable<AwsConfigEncryption>, IDeepCloneable<AwsConfigEncryption>, IBufferMessage, IMessage
Config encryption for user data.
Implements
IMessage<AwsConfigEncryption>, IEquatable<AwsConfigEncryption>, IDeepCloneable<AwsConfigEncryption>, 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 |