public sealed class AwsProxyConfig : IMessage<AwsProxyConfig>, IEquatable<AwsProxyConfig>, IDeepCloneable<AwsProxyConfig>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsProxyConfig.
Details of a proxy config stored in AWS Secret Manager.
Implements
IMessageAwsProxyConfig, IEquatableAwsProxyConfig, IDeepCloneableAwsProxyConfig, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsProxyConfig()
public AwsProxyConfig()AwsProxyConfig(AwsProxyConfig)
public AwsProxyConfig(AwsProxyConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
AwsProxyConfig |
Properties
SecretArn
public string SecretArn { get; set; }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
| Property Value | |
|---|---|
| Type | Description |
string |
|
SecretVersion
public string SecretVersion { get; set; }The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
| Property Value | |
|---|---|
| Type | Description |
string |
|