This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Batch::QuotaShare QuotaShareCapacityLimit
Defines the capacity limit for a quota share, or the type and maximum quantity of a particular resource that can be allocated to jobs in the quota share without borrowing.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CapacityUnit" :String, "MaxCapacity" :Integer}
YAML
CapacityUnit:StringMaxCapacity:Integer
Properties
-
The unit of compute capacity for the capacityLimit. For example,
ml.m5.large.Required: Yes
Type: String
Update requires: No interruption
-
The maximum capacity available for the quota share. This value represents the maximum quantity of a resource that can be allocated to jobs in the quota share without borrowing.
Required: Yes
Type: Integer
Minimum:
1Update requires: No interruption