Class: Aws::CodeArtifact::Endpoints::PutPackageOriginConfiguration
- Inherits:
-
Object
- Object
- Aws::CodeArtifact::Endpoints::PutPackageOriginConfiguration
- Defined in:
- lib/aws-sdk-codeartifact/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-codeartifact/endpoints.rb', line 463 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::CodeArtifact::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |