The endpoint to which service requests can be submitted, including the actual URL prefix for sending requests and the Amazon Resource Name (ARN) so the endpoint can be referenced in other API calls such as UpdateServiceAccessPolicies.

C# |
public class ServiceEndpoint

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ServiceEndpoint()()()() | Initializes a new instance of the ServiceEndpoint class |
![]() | Arn |
An Amazon Resource Name (ARN). See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.
|
![]() | Endpoint |
The URL (including /version/pathPrefix) to which service requests can be submitted.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithArn(String) | Obsolete.
Sets the Arn property
|
![]() | WithEndpoint(String) | Obsolete.
Sets the Endpoint property
|

Object | |
![]() | ServiceEndpoint |