Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AwsConfigEncryption.
Config encryption for user data.
Generated from protobuf message google.cloud.gkemulticloud.v1.AwsConfigEncryption
Methods
__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 user data. |
getKmsKeyArn
Required. The ARN of the AWS KMS key used to encrypt user data.
Generated from protobuf field string kms_key_arn = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setKmsKeyArn
Required. The ARN of the AWS KMS key used to encrypt user data.
Generated from protobuf field string kms_key_arn = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |