IEnv
Interface in AWS.Core
Interface for accessing environment variables.
Methods
GetBooleanValue
function GetBooleanValue(const AName: string): TOptional<Boolean>;
GetValue
function GetValue(const AName: string; const ADefault: string = ''): string;
SetValue
procedure SetValue(const AName, AValue: string);