The following table describes the parameters for AWS:
Parameter |
Description |
---|---|
Function Name |
Determines the Lambda function to execute |
Version |
Determines the Lambda function version |
Payload |
Defines the Lambda function payload in JSON format |
Client Context JSON |
Defines client-specific information |
State Machine |
Defines the State Machine to be used |
Execution Name |
Defines a name for the execution |
Input |
Defines the Step Function input in JSON format |
Job Name |
Defines the name of the Batch job |
Job Definition |
Determines the job definition to be used |
Job Definition Revision |
Defines the job definition revision |
Job Queue |
Determines the queue to which the job is submitted |
Parameters List |
Defines the parameters for the job |
Job Type |
Determines whether the Batch job is a single or an array job |
Array Size |
Defines the size of an Array job (minimum 2) |
Depends on Type |
Determines an AWS Batch job dependency |
Type |
Determines whether the Batch job depends on a Standard, Sequential or N-to-N job type |
Job Depends on |
Defines the JobID upon which the Batch job depends |
Command |
Defines a command to send to the container that overrides the default command from the Docker image or the job definition |
Environment |
Defines the environment variables to send to the container |
Memory |
Defines the number of MB of memory reserved for the job (minimum 4) |
vCPUs |
Defines the number of vCPUs to reserve for the container |
Job Attempts |
Defines the number of retry attempts |
Execution Timeout |
Defines the timeout duration in seconds |
Parent Topic |