JobDefinitionConsumableResourceRequirementArgs

data class JobDefinitionConsumableResourceRequirementArgs(val consumableResource: Output<String>, val quantity: Output<Int>) : ConvertibleToJava<JobDefinitionConsumableResourceRequirementArgs>

Constructors

constructor(consumableResource: Output<String>, quantity: Output<Int>)

Properties

Link copied to clipboard

The ARN of the consumable resource the job definition should consume.

Link copied to clipboard
val quantity: Output<Int>

The quantity of the consumable resource that is needed.

Functions

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