AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Deadline::Farm

CfnFarm

Creates a farm to allow space for queues and fleets. Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnFarmProps.

displayNameRequired
string

The display name of the farm. > This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

costScaleFactorOptional
number

Default: - 1

descriptionOptional
string

A description of the farm that helps identify what the farm is used for. > This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

Default: - ""

kmsKeyArnOptional
string

The ARN for the KMS key.

tagsOptional
CfnTag[]

The tags to add to your farm. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.

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