AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Deadline::QueueEnvironment

CfnQueueEnvironment

Creates an environment for a queue that defines how jobs in the queue run.

Import

import { CfnQueueEnvironment } from 'aws-cdk-lib/aws-deadline';

Or use the module namespace:

import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnQueueEnvironment

Properties

Configuration passed to the constructor as CfnQueueEnvironmentProps.

farmIdRequired
string

The identifier assigned to the farm that contains the queue.

priorityRequired
number

The queue environment's priority.

queueIdRequired
string

The unique identifier of the queue that contains the environment.

templateRequired
string

A JSON or YAML template that describes the processing environment for the queue.

templateTypeRequired
string

Specifies whether the template for the queue environment is JSON or YAML.

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

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-deadline
CFN TypeAWS::Deadline::QueueEnvironment
Properties5

External Links