AWS::Deadline::FarmDefinition of AWS::Deadline::Farm Resource Type
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DisplayName | string | Required |
Description | string | |
KmsKeyArn | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
FarmId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Deadline::Farm
Resources:
MyResource:
Type: AWS::Deadline::Farm
Properties:
DisplayName: "my-displayname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
deadline:CreateFarmdeadline:GetFarmdeadline:TagResourcedeadline:ListTagsForResourceidentitystore:ListGroupMembershipsForMemberkms:Encryptkms:Decryptkms:CreateGrantdeadline:GetFarmdeadline:ListTagsForResourceidentitystore:ListGroupMembershipsForMemberkms:Encryptkms:Decryptkms:CreateGrantkms:GenerateDataKeydeadline:UpdateFarmdeadline:GetFarmdeadline:TagResourcedeadline:UntagResourcedeadline:ListTagsForResourceidentitystore:ListGroupMembershipsForMemberkms:Encryptkms:Decryptdeadline:DeleteFarmdeadline:GetFarmidentitystore:ListGroupMembershipsForMemberkms:Encryptkms:Decryptkms:CreateGrantkms:GenerateDataKeydeadline:ListFarmsidentitystore:ListGroupMembershipsForMemberOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KmsKeyArn