public sealed class AwsProxyConfig : IMessage<AwsProxyConfig>, IEquatable<AwsProxyConfig>, IDeepCloneable<AwsProxyConfig>, IBufferMessage, IMessage
Details of a proxy config stored in AWS Secret Manager.
Implements
IMessage<AwsProxyConfig>, IEquatable<AwsProxyConfig>, IDeepCloneable<AwsProxyConfig>, 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.
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 |