IAWSEndpointProvider
Interface in AWS.Core
Interface for AWS Endpoint Providers.
Methods
GetEndpointForContext
function GetEndpointForContext(const AContext: IAWSEndpointContext): IAWSEndpoint;
IAWSEndpointContext → IAWSEndpoint
Find or generate and endpoint for a given context.
Parameters
| Name | Description |
|---|---|
AContext | Provide a dictionary of key/value pairs as the context. |
Returns
Returns an IAWSEndpoint instance configured for the given context.