Fleet Args
data class FleetArgs(val configuration: Output<Either<FleetConfiguration0PropertiesArgs, FleetConfiguration1PropertiesArgs>>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val farmId: Output<String>? = null, val maxWorkerCount: Output<Int>? = null, val minWorkerCount: Output<Int>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<FleetArgs>
Definition of AWS::Deadline::Fleet Resource Type
Constructors
Link copied to clipboard
constructor(configuration: Output<Either<FleetConfiguration0PropertiesArgs, FleetConfiguration1PropertiesArgs>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, farmId: Output<String>? = null, maxWorkerCount: Output<Int>? = null, minWorkerCount: Output<Int>? = null, roleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
val configuration: Output<Either<FleetConfiguration0PropertiesArgs, FleetConfiguration1PropertiesArgs>>? = null
The configuration details for the fleet.
Link copied to clipboard
A description that helps identify what the fleet is used for.
Link copied to clipboard
The display name of the fleet summary to update.
Link copied to clipboard
The maximum number of workers specified in the fleet.
Link copied to clipboard
The minimum number of workers in the fleet.