Global Resource Properties

Connection Settings

The connection settings of global resource can be configured from the property settings of each adapter or “Global Resource Settings” of the control panel.
Basic settings
Item name Required/Optional Use of variables Description Remarks
Name Required Not available Enter the name of the connection settings.
 
Required settings
Item name Required/Optional Use of variables Description Remarks
Access Key ID Required Only environment variables are available Enter the Access Key ID.
 
Secret Access Key Required Only environment variables are available Enter the Secret Access Key.
 
Region Required Not available Select a region.
  • [Asia Pacific (Tokyo)]: (default)
  • [Asia Pacific (Singapore)]
  • [Asia Pacific (Sydney)]
  • [US East (N. Virginia)]
  • [US West (N. California)]
  • [US West (Oregon)]
  • [EU (Ireland)]
  • [South America (Sao Paulo)]
Connection timeout (seconds) Optional Only environment variables are available Specify the connection timeout time when connecting to Amazon Web Services.
  • Allowed values are 0-2147483647.
  • When omitted, it will be 60 seconds.
  • When 0 is set, it means “No timeout settings”.
Socket timeout (seconds) Optional Only environment variables are available Specify the socket timeout time when connecting to Amazon Web Services.
  • Allowed values are 0-2147483647.
  • When omitted, it will be 60 seconds.
  • When 0 is set, it means “No timeout settings”.
Property actions
Item name Description Remarks
Connection test Check the connection to Amazon SQS.  

Component Pool Settings

Component pool is not supported.

Security

The security settings can be configured in “Global Resource Settings” of the control panel.

Major Exceptions

Exception name Cause Solution
InvalidPropertyConfigurationException
Specify an integer between 0 and 2147483647 for connection timeout (seconds).
[Connection timeout (seconds)] is out of allowed range. Specify an integer between 0 and 2147483647 in [Connection timeout (seconds)].
InvalidPropertyConfigurationException
Specify an integer between 0 and 2147483647 for socket timeout (seconds).
[Socket timeout (seconds)] is out of allowed range. Specify an integer between 0 and 2147483647 in [Socket timeout (seconds)].