Class: Aws::States::Endpoints::StopExecution

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-sdk-states/endpoints.rb

Class Method Summary collapse

Class Method Details

.build(context) ⇒ Object



281
282
283
284
285
286
287
288
289
290
291
# File 'lib/aws-sdk-states/endpoints.rb', line 281

def self.build(context)
  unless context.config.regional_endpoint
    endpoint = context.config.endpoint.to_s
  end
  Aws::States::EndpointParameters.new(
    region: context.config.region,
    use_dual_stack: context.config.use_dualstack_endpoint,
    use_fips: context.config.use_fips_endpoint,
    endpoint: endpoint,
  )
end