Interface AwsProxyConfigOrBuilder (0.40.0)

public interface AwsProxyConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSecretArn()

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/anthos/clusters/docs/multi-cloud/aws/how-to/use-a-proxy#create_a_proxy_configuration_file

string secret_arn = 1;

Returns
TypeDescription
String

The secretArn.

getSecretArnBytes()

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/anthos/clusters/docs/multi-cloud/aws/how-to/use-a-proxy#create_a_proxy_configuration_file

string secret_arn = 1;

Returns
TypeDescription
ByteString

The bytes for secretArn.

getSecretVersion()

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
TypeDescription
String

The secretVersion.

getSecretVersionBytes()

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
TypeDescription
ByteString

The bytes for secretVersion.