AWS::Batch::ConsumableResourceResource Type definition for AWS::Batch::ConsumableResource
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ResourceType | string | RequiredCreate-only |
TotalQuantity | integer | Required |
ConsumableResourceName | string | Create-only |
Tags | object | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AvailableQuantity | integer | Available Quantity of ConsumableResource. |
ConsumableResourceArn | string | - |
CreatedAt | integer | - |
InUseQuantity | integer | In-use Quantity of ConsumableResource. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Batch::ConsumableResource
Resources:
MyResource:
Type: AWS::Batch::ConsumableResource
Properties:
ResourceType: "value"
TotalQuantity: 1
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
Batch:CreateConsumableResourceBatch:TagResourceBatch:DescribeConsumableResourceBatch:UpdateConsumableResourceBatch:TagResourceBatch:UnTagResourceBatch:DescribeConsumableResourceBatch:DeleteConsumableResourceBatch:ListConsumableResourcesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterConsumableResourceArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConsumableResourceNameResourceTypeTags