AWS::Batch::QuotaShareCreates an AWS Batch quota share. Each quota share operates as a virtual queue with a configured compute capacity, resource sharing strategy, and borrow limits.
7 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CapacityLimits | Array<QuotaShareCapacityLimit> | Required |
JobQueue | string | RequiredCreate-only |
PreemptionConfiguration | QuotaSharePreemptionConfiguration | Required |
QuotaShareName | string | RequiredCreate-only |
ResourceSharingConfiguration | QuotaShareResourceSharingConfiguration | Required |
State | string | |
Tags | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
QuotaShareArn | string | The Amazon Resource Name (ARN) of the quota share. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Batch::QuotaShare
Resources:
MyResource:
Type: AWS::Batch::QuotaShare
Properties:
QuotaShareName: "my-quotasharename"
JobQueue: "value"
CapacityLimits: []
ResourceSharingConfiguration: "value"
PreemptionConfiguration: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
Batch:CreateQuotaShareBatch:TagResourceBatch:DescribeQuotaShareBatch:DescribeQuotaShareBatch:DescribeQuotaShareBatch:UpdateQuotaShareBatch:TagResourceBatch:UntagResourceBatch:UpdateQuotaShareBatch:DescribeQuotaShareBatch:DeleteQuotaShareBatch:ListQuotaSharesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterQuotaShareArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
QuotaShareNameJobQueue