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
Deprecated
Gets the hostname for the service.
public bool Deprecated { get; }
Property Value
DnsSuffix
Gets the DNS suffix for the service.
public string DnsSuffix { get; }
Property Value
Hostname
Gets the hostname for the service.
public string Hostname { get; }
Property Value
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
Methods
ToString()
public override string ToString()