Skip to main content

EnsLib.AmazonSNS.OutboundAdapter

class EnsLib.AmazonSNS.OutboundAdapter extends EnsLib.Messaging.OutboundCommon

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = CredentialsFile:Amazon SNS:fileSelector,Region:Amazon SNS;
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property CredentialsFile as %String (MAXLEN = 1000);
AWS credentials file. To use the default AWS credentials provider chain, leave this field blank.
Property methods: CredentialsFileDisplayToLogical(), CredentialsFileGet(), CredentialsFileIsValid(), CredentialsFileLogicalToDisplay(), CredentialsFileLogicalToOdbc(), CredentialsFileNormalize(), CredentialsFileSet()
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
Property methods: RegionDisplayToLogical(), RegionGet(), RegionIsValid(), RegionLogicalToDisplay(), RegionLogicalToOdbc(), RegionNormalize(), RegionSet()

Methods

method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab