Class: Aws::FSx::Endpoints::CreateDataRepositoryTask
- Inherits:
-
Object
- Object
- Aws::FSx::Endpoints::CreateDataRepositoryTask
- Defined in:
- lib/aws-sdk-fsx/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
85 86 87 88 89 90 91 92 93 94 95 |
# File 'lib/aws-sdk-fsx/endpoints.rb', line 85 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::FSx::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |