AWS::Deadline::FarmCreates 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 { CfnFarm } from 'aws-cdk-lib/aws-deadline';Or use the module namespace:
import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnFarmConfiguration passed to the constructor as CfnFarmProps.
displayNameRequiredstringThe 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.
costScaleFactorOptionalnumberDefault: - 1
descriptionOptionalstringA 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: - ""
kmsKeyArnOptionalstringThe ARN for the KMS key.
tagsOptionalCfnTag[]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.
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::Farm