Interface AwsConfigEncryptionOrBuilder (0.2.3)

See more code actions.
public interface AwsConfigEncryptionOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract String getKmsKeyArn()

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

string kms_key_arn = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The kmsKeyArn.

getKmsKeyArnBytes()

public abstract ByteString getKmsKeyArnBytes()

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

string kms_key_arn = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for kmsKeyArn.