PipeTargetParametersBatchJobParametersDependsOnArgs

data class PipeTargetParametersBatchJobParametersDependsOnArgs(val jobId: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<PipeTargetParametersBatchJobParametersDependsOnArgs>

Constructors

fun PipeTargetParametersBatchJobParametersDependsOnArgs(jobId: Output<String>? = null, type: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PipeTargetParametersBatchJobParametersDependsOnArgs

Properties

Link copied to clipboard
val jobId: Output<String>? = null

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

Link copied to clipboard
val type: Output<String>? = null

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