AWS::Deadline::QueueEnvironmentCreates an environment for a queue that defines how jobs in the queue run.
import { CfnQueueEnvironment } from 'aws-cdk-lib/aws-deadline';Or use the module namespace:
import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnQueueEnvironmentConfiguration passed to the constructor as CfnQueueEnvironmentProps.
farmIdRequiredstringThe identifier assigned to the farm that contains the queue.
priorityRequirednumberThe queue environment's priority.
queueIdRequiredstringThe unique identifier of the queue that contains the environment.
templateRequiredstringA JSON or YAML template that describes the processing environment for the queue.
templateTypeRequiredstringSpecifies whether the template for the queue environment is JSON or YAML.
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-deadlineAWS::Deadline::QueueEnvironment