Skip to main content

IAWSEndpointProvider

Interface in AWS.Core

Interface for AWS Endpoint Providers.

Methods

GetEndpointForContext

function GetEndpointForContext(const AContext: IAWSEndpointContext): IAWSEndpoint;

IAWSEndpointContextIAWSEndpoint

Find or generate and endpoint for a given context.

Parameters

NameDescription
AContextProvide a dictionary of key/value pairs as the context.

Returns

Returns an IAWSEndpoint instance configured for the given context.