Fleet

class Fleet : KotlinCustomResource

Definition of AWS::Deadline::Fleet Resource Type

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) assigned to the fleet.

Link copied to clipboard
Link copied to clipboard

The configuration details for the fleet.

Link copied to clipboard
val description: Output<String>?

A description that helps identify what the fleet is used for.

Link copied to clipboard
val displayName: Output<String>

The display name of the fleet summary to update.

Link copied to clipboard
val farmId: Output<String>

The farm ID.

Link copied to clipboard
val fleetId: Output<String>

The fleet ID.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val maxWorkerCount: Output<Int>

The maximum number of workers specified in the fleet.

Link copied to clipboard
val minWorkerCount: Output<Int>?

The minimum number of workers in the fleet.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

The IAM role that workers in the fleet use when processing jobs.

Link copied to clipboard
val status: Output<FleetStatus>

The status of the fleet.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val workerCount: Output<Int>

The number of workers in the fleet summary.