AWS::Batch::QuotaShare - 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

Creates an Amazon Batch quota share. Each quota share operates as a virtual queue with a configured compute capacity, resource sharing strategy, and borrow limits.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Batch::QuotaShare", "Properties" : { "CapacityLimits" : [ QuotaShareCapacityLimit, ... ], "JobQueue" : String, "PreemptionConfiguration" : QuotaSharePreemptionConfiguration, "QuotaShareName" : String, "ResourceSharingConfiguration" : QuotaShareResourceSharingConfiguration, "State" : String, "Tags" : {Key: Value, ...} } }

Properties

CapacityLimits

A list that specifies the quantity and type of compute capacity allocated to the quota share.

Required: Yes

Type: Array of QuotaShareCapacityLimit

Update requires: No interruption

JobQueue

Property description not available.

Required: Yes

Type: String

Update requires: Replacement

PreemptionConfiguration

Specifies the preemption behavior for jobs in a quota share.

Required: Yes

Type: QuotaSharePreemptionConfiguration

Update requires: No interruption

QuotaShareName

The name of the quota share.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: Replacement

ResourceSharingConfiguration

Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.

Required: Yes

Type: QuotaShareResourceSharingConfiguration

Update requires: No interruption

State

The state of the quota share.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Object of String

Pattern: .*

Update requires: No interruption

Return values

Ref

Fn::GetAtt

QuotaShareArn

The Amazon Resource Name (ARN) of the quota share.