Sha256: 7c50c7e03052d6b53482044e3332064bc8e5495abd3130376c89d256fdc5121e

Contents?: true

Size: 636 Bytes

Versions: 4

Compression:

Stored size: 636 Bytes

Contents

# frozen_string_literal: true

# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE


module Aws::EKSAuth
  # @api private
  module Endpoints

    class AssumeRoleForPodIdentity
      def self.build(context)
        Aws::EKSAuth::EndpointParameters.new(
          region: context.config.region,
          use_fips: context.config.use_fips_endpoint,
          endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
        )
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aws-sdk-eksauth-1.14.0 lib/aws-sdk-eksauth/endpoints.rb
aws-sdk-eksauth-1.13.0 lib/aws-sdk-eksauth/endpoints.rb
aws-sdk-eksauth-1.12.0 lib/aws-sdk-eksauth/endpoints.rb
aws-sdk-eksauth-1.11.0 lib/aws-sdk-eksauth/endpoints.rb