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, ...}
YAML
Type: AWS::Batch::QuotaShare Properties: CapacityLimits:- QuotaShareCapacityLimitJobQueue:StringPreemptionConfiguration:QuotaSharePreemptionConfigurationQuotaShareName:StringResourceSharingConfiguration:QuotaShareResourceSharingConfigurationState:StringTags:Key:Value
Properties
-
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
Property description not available.
Required: Yes
Type: String
Update requires: Replacement
-
Specifies the preemption behavior for jobs in a quota share.
Required: Yes
Type: QuotaSharePreemptionConfiguration
Update requires: No interruption
-
The name of the quota share.
Required: Yes
Type: String
Minimum:
1Maximum:
128Update requires: Replacement
-
Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
Required: Yes
Type: QuotaShareResourceSharingConfiguration
Update requires: No interruption
-
The state of the quota share.
Required: No
Type: String
Allowed values:
ENABLED | DISABLEDUpdate requires: No interruption
Property description not available.
Required: No
Type: Object of String
Pattern:
.*Update requires: No interruption
Return values
Ref
Fn::GetAtt
-
The Amazon Resource Name (ARN) of the quota share.