Table of Contents

Class RegionEndpoint.Endpoint

Namespace
Amazon
Assembly
AWSSDK.Core.dll

This class defines an endpoints hostname and which protocols it supports.

[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 RegionEndpoint.Endpoint
Inheritance
RegionEndpoint.Endpoint
Inherited Members

Properties

AuthRegion

The authentication region to be used in request signing.

public string AuthRegion { get; }

Property Value

string

Deprecated

Gets the hostname for the service.

public bool Deprecated { get; }

Property Value

bool

DnsSuffix

Gets the DNS suffix for the service.

public string DnsSuffix { get; }

Property Value

string

Hostname

Gets the hostname for the service.

public string Hostname { get; }

Property Value

string

SignatureVersionOverride

This property is only set for S3 endpoints. For all other services this property returns null. For S3 endpoints, if the endpoint supports signature version 2 this property will be "2", otherwise it will be "4".

public string SignatureVersionOverride { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string