Method: Aws::WorkLink::Endpoints::DescribeDomain.build

Defined in:
lib/aws-sdk-worklink/endpoints.rb

.build(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



115
116
117
118
119
120
121
122
# File 'lib/aws-sdk-worklink/endpoints.rb', line 115

def self.build(context)
  Aws::WorkLink::EndpointParameters.new(
    region: context.config.region,
    use_dual_stack: context.config.use_dualstack_endpoint,
    use_fips: context.config.use_fips_endpoint,
    endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
  )
end