Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AwsProxyConfig.
Details of a proxy config stored in AWS Secret Manager.
Generated from protobuf message google.cloud.gkemulticloud.v1.AwsProxyConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ secret_arn |
string
The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration. |
↳ secret_version |
string
The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration. |
getSecretArn
The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
Generated from protobuf field string secret_arn = 1;
Returns | |
---|---|
Type | Description |
string |
setSecretArn
The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
Generated from protobuf field string secret_arn = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSecretVersion
The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
Generated from protobuf field string secret_version = 2;
Returns | |
---|---|
Type | Description |
string |
setSecretVersion
The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
Generated from protobuf field string secret_version = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |