Class Reference
%External.Messaging.SNSSettings
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%External] >  [Messaging] >  [SNSSettings]
Private  Storage

class %External.Messaging.SNSSettings extends %External.Messaging.Settings

Settings to create Amazon S3 SNS client.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5


Summary

Properties
accessKey credentialsFile region secretKey
sessionToken

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %JSONExport
%JSONExportToStream %JSONExportToString %JSONImport %JSONNew
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject FromJSON ToJSON


Properties

• property accessKey as %String(MAXLEN=1000);
Amazon S3 access key.
• property credentialsFile as %String(MAXLEN=1000);
Amazon S3 credentials file. It takes precedence over access key and secret key.
• property region as %String(MAXLEN=100);
Amazon S3 storage region.
• property secretKey as %String(MAXLEN=1000);
Amazon S3 secret key.
• property sessionToken as %String(MAXLEN=1000);
Amazon S3 session token.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.