abstract class EnsLib.Amazon.Common
extends %RegisteredObject
parameter SETTINGS = "CredentialsFile:AWS:fileSelector,Region:AWS,-%remoteClassname,-%remoteSettings,-%gatewayName,-%gatewayHost,-%gatewayPort,-%gatewayTimeout,-%gatewayExtraClasspaths,-%useHostConnection";
property CredentialsFile
as %String(MAXLEN=1000);
AWS credentials file.
To use the default AWS credentials provider chain, leave this field blank.
property Region
as %String(MAXLEN=100);
AWS region. For example, us-east-1, us-east-2, us-west-1, us-west-2 etc.
For details, please refer to https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
classmethod GetCloudClientJARPaths()
as %String
classmethod GetMessagingClientJARPaths()
as %String