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;
Constructor for TAWSEndpointContext.
Parameters
| Name | Description |
|---|---|
AOptions | Specify a set of AWS options to initialize context values from. |