AWS::Batch::QuotaShareResource Type definition for AWS::Batch::QuotaShare.
import { CfnQuotaShare } from 'aws-cdk-lib/aws-batch';Or use the module namespace:
import * as batch from 'aws-cdk-lib/aws-batch';
// batch.CfnQuotaShareConfiguration passed to the constructor as CfnQuotaShareProps.
capacityLimitsRequiredIResolvable | IResolvable | QuotaShareCapacityLimitProperty[]The capacity limits for the quota share.
jobQueueRequiredstringThe Amazon Resource Name (ARN) or name of the job queue.
preemptionConfigurationRequiredIResolvable | QuotaSharePreemptionConfigurationPropertyquotaShareNameRequiredstringThe name of the quota share.
resourceSharingConfigurationRequiredIResolvable | QuotaShareResourceSharingConfigurationPropertystateOptionalstringThe state of the quota share.
tagsOptional{ [key: string]: string }A key-value pair to associate with a resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-batchAWS::Batch::QuotaShare