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

Creates an AWS 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 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.