class Aws::Partitions::EndpointProvider
def resolve(region, service, sts_regional_endpoints)
- Api: - private Use the static class methods instead.
Parameters:
-
sts_regional_endpoints
(String
) -- [STS only] Whether to use `legacy` (global endpoint for -
service
(String
) -- The endpoint prefix for the service, e.g. "monitoring" for -
region
(String
) --
def resolve(region, service, sts_regional_endpoints) "https://" + endpoint_for(region, service, sts_regional_endpoints) end