AWS::Batch::QuotaShare QuotaShareCapacityLimit - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String MaxCapacity: Integer

Properties

CapacityUnit

The unit of compute capacity for the capacityLimit. For example, ml.m5.large.

Required: Yes

Type: String

Update requires: No interruption

MaxCapacity

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: 1

Update requires: No interruption