PipeBatchJobDependencyArgs

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

Constructors

Link copied to clipboard
constructor(jobId: Output<String>? = null, type: Output<PipeBatchJobDependencyType>? = null)

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<PipeBatchJobDependencyType>? = null

The type of the job dependency.

Functions

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