Class AwsProxyConfig (0.2.1)

AwsProxyConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Details of a proxy config stored in AWS Secret Manager.

Attributes

NameDescription
secret_arn str
The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.
secret_version str
The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.

Inheritance

builtins.object > proto.message.Message > AwsProxyConfig