Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AwsDatabaseEncryption.
Configuration related to application-layer secrets encryption.
Generated from protobuf message google.cloud.gkemulticloud.v1.AwsDatabaseEncryption
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kms_key_arn |
string
Required. The ARN of the AWS KMS key used to encrypt cluster secrets. |
getKmsKeyArn
Required. The ARN of the AWS KMS key used to encrypt cluster secrets.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKmsKeyArn
Required. The ARN of the AWS KMS key used to encrypt cluster secrets.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|