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.
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;
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;
var
string
$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;
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;
var
string
$this