Skip to main content

TAWSEndpointContext

Class in AWS.Core

AWS service endpoint context.

Ancestors

Properties

Action

property Action: string

AuthOptOut

property AuthOptOut: Boolean

Region

property Region: string

Url

property Url: string

UseDualstackEndpoint

property UseDualstackEndpoint: Boolean

Values

property Values: TDictionary<string, TValue>

Constructors

Create

constructor Create; overload;

Constructor for TAWSEndpointContext.


constructor Create(const AOptions: IAWSOptions); overload;

IAWSOptions

Constructor for TAWSEndpointContext.

Parameters

NameDescription
AOptionsSpecify a set of AWS options to initialize context values from.