Description - This generic is used to create a connection to a cloud instance of DynamoDB.

 

Parameter Groups

  Parameter Type Description
* Access Key: string Access key provided by Amazon
* Secret Key: string Secret Key provided by Amazon
* Region: string AWS Region is a separate geographic area, for example US East (N. Virginia)

Select from one of the following options:
  • US East (N. Virginia) {US_EAST_1}
  • US East (Ohio) {US_EAST_2}
  • US West (N. California) {US_WEST_1}
  • US West (Oregon) {US_WEST_2}
  • Canada (Central) {CA_CENTRAL_1}
  • EU (Frankfurt) {EU_CENTRAL_1}
  • EU (Ireland) {EU_WEST_1}
  • EU (London) {EU_WEST_2}
  • EU (Paris) {EU_WEST_3}
  • Asia Pacific (Tokyo) {AP_NORTHEAST_1}
  • Asia Pacific (Seoul) {AP_NORTHEAST_2}
  • Asia Pacific (Osaka-Local) {AP_NORTHEAST_3}
  • Asia Pacific (Singapore) {AP_SOUTHEAST_1}
  • Asia Pacific (Sydney) {AP_SOUTHEAST_2}
  • Asia Pacific (Mumbai) {AP_SOUTH_1}
  • South America (Sao Paulo) {SA_EAST_1}
* - denotes required
  Parameter Type Description
* Connection Timeout: integer Sets the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out
* Execution Timeout: integer Sets the amount of time (in milliseconds) to allow the client to complete the execution of an API call
* Max Idle Timeout: integer Sets the maximum amount of time that an idle connection may sit in the connection pool and still be eligible for reuse.
* Socket Timeout: integer Sets the amount of time to wait (in milliseconds) for data to be transfered over an established, open connection before the connection times out and is closed
* Max Connections: integer Sets the maximum number of allowed open HTTP connections
* Max Retry Policy: integer Sets the maximum number of retry attempts for failed retriable requests
* - denotes required