public interface AwsProxyConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSecretArn() (deprecated)
public abstract String getSecretArn()The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/aws/how-to/use-a-proxy#create_a_proxy_configuration_file
string secret_arn = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The secretArn. |
getSecretArnBytes() (deprecated)
public abstract ByteString getSecretArnBytes()The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
The secret must be a JSON encoded proxy configuration as described in https://cloud.google.com/kubernetes-engine/multi-cloud/docs/aws/how-to/use-a-proxy#create_a_proxy_configuration_file
string secret_arn = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for secretArn. |
getSecretVersion() (deprecated)
public abstract String getSecretVersion()The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
string secret_version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The secretVersion. |
getSecretVersionBytes() (deprecated)
public abstract ByteString getSecretVersionBytes()The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
string secret_version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for secretVersion. |