ConsumableResource

class ConsumableResource : KotlinCustomResource

Resource Type definition for AWS::Batch::ConsumableResource

Properties

Link copied to clipboard
val availableQuantity: Output<Int>

Available Quantity of ConsumableResource.

Link copied to clipboard

The Amazon Resource Name (ARN) of the consumable resource.

Link copied to clipboard

Name of ConsumableResource.

Link copied to clipboard
val createdAt: Output<Int>

The Unix timestamp (in milliseconds) for when the consumable resource was created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val inUseQuantity: Output<Int>

In-use Quantity of ConsumableResource.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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>>?

A key-value pair to associate with a resource.

Link copied to clipboard
val totalQuantity: Output<Int>

Total Quantity of ConsumableResource.

Link copied to clipboard
val urn: Output<String>