Class: Aws::AppSync::Endpoints::DeleteFunction
- Inherits:
-
Object
- Object
- Aws::AppSync::Endpoints::DeleteFunction
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
225 226 227 228 229 230 231 232 233 234 235 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/endpoints.rb', line 225 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 |