AWS.Core.TAWSSharedConfig.Create

Constructor for TAWSSharedConfig.

constructor Create(const AProfileName: string; AConfigEnabled: Boolean; ACredentialsFilePath: string = ''; AEnvironment: IAWSEnvironment = nil); overload;
__fastcall TAWSSharedConfig(const AnsiString AProfileName, Boolean AConfigEnabled, AnsiString ACredentialsFilePath = '', IAWSEnvironment AEnvironment = null);

File: AWS.Core.pas 

Namespace: AWS.Core 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AProfileName: string
Profile name to be used for fetching values.
AConfigEnabled: Boolean
Boolean value indicating if the shared configuration is enabled. If True the default path will be used. If False the shared configuration file will not be loaded.
ACredentialsFilePath: string = ''
Optional path to a shared credentials file to use. If left unset, the default file will be used if it exists.
AEnvironment: IAWSEnvironment = nil
Optional environment object. If left unset a default environment object will be used.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.