AWS::Batch::QuotaShare QuotaShareCapacityLimit - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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