Class: Google::Cloud::GkeMultiCloud::V1::AwsProxyConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb

Overview

Details of a proxy config stored in AWS Secret Manager.

Instance Attribute Summary collapse

Instance Attribute Details

#secret_arn::String

Returns 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.

Returns:



780
781
782
783
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 780

class AwsProxyConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#secret_version::String

Returns The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.

Returns:

  • (::String)

    The version string of the AWS Secret Manager secret that contains the HTTP(S) proxy configuration.



780
781
782
783
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 780

class AwsProxyConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end