Interface AwsDatabaseEncryptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AwsDatabaseEncryption
,AwsDatabaseEncryption.Builder
public interface AwsDatabaseEncryptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKmsKeyArn()
Required.com.google.protobuf.ByteString
getKmsKeyArnBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKmsKeyArn
String getKmsKeyArn()
Required. The ARN of the AWS KMS key used to encrypt cluster secrets.
string kms_key_arn = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The kmsKeyArn.
-
getKmsKeyArnBytes
com.google.protobuf.ByteString getKmsKeyArnBytes()
Required. The ARN of the AWS KMS key used to encrypt cluster secrets.
string kms_key_arn = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for kmsKeyArn.
-
-