ConsumableResourceArgs

data class ConsumableResourceArgs(val consumableResourceName: Output<String>? = null, val resourceType: Output<ConsumableResourceResourceType>? = null, val tags: Output<Map<String, String>>? = null, val totalQuantity: Output<Int>? = null) : ConvertibleToJava<ConsumableResourceArgs>

Resource Type definition for AWS::Batch::ConsumableResource

Constructors

Link copied to clipboard
constructor(consumableResourceName: Output<String>? = null, resourceType: Output<ConsumableResourceResourceType>? = null, tags: Output<Map<String, String>>? = null, totalQuantity: Output<Int>? = null)

Properties

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

Name of ConsumableResource.

Link copied to clipboard

Indicates whether the resource is available to be re-used after a job completes. Can be one of:

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

A key-value pair to associate with a resource.

Link copied to clipboard
val totalQuantity: Output<Int>? = null

Total Quantity of ConsumableResource.

Functions

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