JobDefinitionConsumableResourceRequirement

data class JobDefinitionConsumableResourceRequirement(val consumableResource: String, val quantity: Int)

Constructors

constructor(consumableResource: String, quantity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The quantity of the consumable resource that is needed.