Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%External] >  [Messaging] >  [SQSSettings]
Private  Storage   

class %External.Messaging.SQSSettings extends %External.Messaging.Settings

Settings to create Amazon S3 SQS 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.