Class: Aws::AppSync::Endpoints::UpdateGraphqlApi
- Inherits:
-
Object
- Object
- Aws::AppSync::Endpoints::UpdateGraphqlApi
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
799 800 801 802 803 804 805 806 807 808 809 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/endpoints.rb', line 799 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::AppSync::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |