AWS::Deadline::FleetCreates a fleet. Fleets gather information relating to compute, or capacity, for renders within your farms. You can choose to manage your own capacity or opt to have fleets fully managed by Deadline Cloud.
import { CfnFleet } from 'aws-cdk-lib/aws-deadline';Or use the module namespace:
import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnFleetConfiguration passed to the constructor as CfnFleetProps.
configurationRequiredIResolvable | FleetConfigurationPropertyThe configuration details for the fleet.
displayNameRequiredstringThe display name of the fleet summary to update. > 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.
farmIdRequiredstringThe farm ID.
maxWorkerCountRequirednumberThe maximum number of workers specified in the fleet.
roleArnRequiredstringThe IAM role that workers in the fleet use when processing jobs.
descriptionOptionalstringA description that helps identify what the fleet 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: - ""
hostConfigurationOptionalIResolvable | HostConfigurationPropertyProvides a script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet. To remove a script from a fleet, use the [UpdateFleet](https://docs.aws.amazon.com/deadline-cloud/latest/APIReference/API_UpdateFleet.html) operation with the `hostConfiguration` `scriptBody` parameter set to an empty string ("").
minWorkerCountOptionalnumberThe minimum number of workers in the fleet.
Default: - 0
tagsOptionalCfnTag[]The tags to add to your fleet. 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::Fleet