AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Batch::QuotaShare

CfnQuotaShare

Resource Type definition for AWS::Batch::QuotaShare.

Import

import { CfnQuotaShare } from 'aws-cdk-lib/aws-batch';

Or use the module namespace:

import * as batch from 'aws-cdk-lib/aws-batch';
// batch.CfnQuotaShare

Properties

Configuration passed to the constructor as CfnQuotaShareProps.

capacityLimitsRequired
IResolvable | IResolvable | QuotaShareCapacityLimitProperty[]

The capacity limits for the quota share.

jobQueueRequired
string

The Amazon Resource Name (ARN) or name of the job queue.

preemptionConfigurationRequired
IResolvable | QuotaSharePreemptionConfigurationProperty
quotaShareNameRequired
string

The name of the quota share.

resourceSharingConfigurationRequired
IResolvable | QuotaShareResourceSharingConfigurationProperty
stateOptional
string

The state of the quota share.

tagsOptional
{ [key: string]: string }

A key-value pair to associate with a resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter