AWS.Core.TAWSRegionEndpoint.Create

Constructor for TAWSRegionEndpoint.

constructor Create(const AServiceCode: string; const ARegionCode: string = ''; const AProtocol: string = 'https');
__fastcall TAWSRegionEndpoint(const AnsiString AServiceCode, const AnsiString ARegionCode = '', const AnsiString AProtocol = 'https');

File: AWS.Core.pas 

Namespace: AWS.Core 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AServiceCode: string
Service code for the endpoint.
const ARegionCode: string = ''
Region code for the endpoint.
const AProtocol: string = 'https'
Optional protocol for the endpoint. Defaults to https.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.