GetConnection

The GetConnection activity is used to access an AWS service client object for the selected service. You can select the AWS service (for example KMS) from the drop-down on the General tab. The activity provides KMS client object in the activity output, which can be used with the Java Invoke activity.

General

The General tab contains the following fields:

Field Module Property? Description
Name No Name to be displayed as a label for the activity in the process
Amazon Connection Yes Provides connection details to communicate with an Amazon Common Services instance
AWS Service No Choose the AWS Service to get Client Object for selected service from the following:
  • KMS
  • S3

Description

On the Description tab, you can provide a short description for the GetConnection activity.

Field Module Property? Description
Description No Description of the GetConnection activity

Input

The Input tab contains the following fields:

Input Item Data Type Description
key String AccessKeyID of external temporary credentials.
secret String SecretAceesKey of external temporary credentials.
token String SessionToken of external temporary credentials.

Output

The Output tab contains the following field:
Output Item Data Type Description
AWSClientAccessor Object AWS Service Client Object for the selected Service

The Fault tab lists exceptions that are thrown by the GetConnection activity. It has the following fields:

Error Schema Element Data Type Description
Amazon CS Plugin Exception Complex Any exception created by TIBCO BusinessWorks Plug-in for Amazon Common Services

msg: Error message description that is returned by the plug-in

msgCode: Error code that is returned by the plug-in

Amazon CS Client Exception Complex Any exception or error reported by Amazon Common Services Client

msg: Error message description that is returned by the plug-in

msgCode: Error code that is returned by the plug-in

Amazon CS Service Exception Complex Any exception or error reported by Amazon Common Services instance

msg: Error message description that is returned by the plug-in

msgCode: Error code that is returned by the plug-in