PipeTargetParametersBatchJobParametersDependsOn

data class PipeTargetParametersBatchJobParametersDependsOn(val jobId: String? = null, val type: String? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jobId: String? = null

The job ID of the AWS Batch job that's associated with this dependency.

Link copied to clipboard
val type: String? = null

The type of resource to assign to a container. The supported resources include GPU, MEMORY, and VCPU.