Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RetrieveMessageFromS3 ¶
Types ¶
type BatchJobMessageType ¶
type BatchJobMessageType string
const ( JobDefinition = "batch-job-definition" // The job definition name on aws BatchJobMessageTypeS3 BatchJobMessageType = "s3" )
type BatchJobQueue ¶
type BatchJobQueue string
const ( BatchJobQueueLow BatchJobQueue = "batch-job-queue-low" BatchJobQueueMedium BatchJobQueue = "batch-job-queue-medium" BatchJobQueueHigh BatchJobQueue = "batch-job-queue-high" )
Queue names are the same as the batch Job queue names in aws
Click to show internal directories.
Click to hide internal directories.