Skip to main content

IAWSEndpoint

Interface in AWS.Core

Base interface for AWS Endpoints.

Properties

AuthSchemes

property AuthSchemes: TAWSAuthSchemes

Provides a list of authorization schemes supported by the endpoint.

Headers

property Headers: TAWSEndpointHeaders

HTTP Headers to be applied to the endpoint requests.

HTTPMethod

property HTTPMethod: string

The HTTP method to be used for the endpoint.

Parameters

property Parameters: TAWSEndpointParameters

URL Query Parameters to be applied to the endpoint requests.

URL

property URL: string

The URL of the endpoint.

Methods

ToString

function ToString: string;

Return the string URL for an endpoint.

Returns

String value containing a URL.