Table of Contents

Class GetEndpointForServiceOptions

Namespace
Amazon.Internal
Assembly
AWSSDK.Core.dll
[Obsolete("This class is obsoleted because as of version 3.7.100 endpoint is resolved using a newer system that uses request level parameters to resolve the endpoint.")]
public class GetEndpointForServiceOptions
Inheritance
GetEndpointForServiceOptions
Inherited Members

Constructors

GetEndpointForServiceOptions()

public GetEndpointForServiceOptions()

Properties

DualStack

If true a dualstack endpoint is returned. It is the user's responsibility to verify that the given service supports a dualstack endpoint for the region.

public bool DualStack { get; set; }

Property Value

bool

FIPS

If true an endpoint that supports FIPS is returned. It is the user's responsibility to verify that the given service supports a FIPS endpoint for the region. For background, see https://aws.amazon.com/compliance/fips/

public bool FIPS { get; set; }

Property Value

bool