---
type: resource-type
title: ConsumableResource
description: aws resource type AWS::Batch::ConsumableResource
name: ConsumableResource
lexicon: aws
resource_type: AWS::Batch::ConsumableResource
---
`AWS::Batch::ConsumableResource`, a resource type of the aws lexicon.

## Properties

- `ResourceType` (`ConsumableResource_ResourceType`, required)
- `TotalQuantity` (`number`, required): Total Quantity of ConsumableResource.
- `AvailableQuantity` (`number`, optional): Available Quantity of ConsumableResource.
- `ConsumableResourceArn` (`string`, optional)
- `ConsumableResourceName` (`string`, optional): Name of ConsumableResource.
- `CreatedAt` (`number`, optional)
- `InUseQuantity` (`number`, optional): In-use Quantity of ConsumableResource.
- `Tags` (`Record<string, unknown>`, optional): A key-value pair to associate with a resource.

## Attributes

- `AvailableQuantity`
- `ConsumableResourceArn`
- `CreatedAt`
- `InUseQuantity`
