GetFleetResult

data class GetFleetResult(val arn: String? = null, val capabilities: FleetCapabilities? = null, val configuration: Either<FleetConfiguration0Properties, FleetConfiguration1Properties>? = null, val description: String? = null, val displayName: String? = null, val fleetId: String? = null, val maxWorkerCount: Int? = null, val minWorkerCount: Int? = null, val roleArn: String? = null, val status: FleetStatus? = null, val tags: List<Tag>? = null, val workerCount: Int? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, capabilities: FleetCapabilities? = null, configuration: Either<FleetConfiguration0Properties, FleetConfiguration1Properties>? = null, description: String? = null, displayName: String? = null, fleetId: String? = null, maxWorkerCount: Int? = null, minWorkerCount: Int? = null, roleArn: String? = null, status: FleetStatus? = null, tags: List<Tag>? = null, workerCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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: String? = null

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

Link copied to clipboard
val displayName: String? = null

The display name of the fleet summary to update.

Link copied to clipboard
val fleetId: String? = null

The fleet ID.

Link copied to clipboard
val maxWorkerCount: Int? = null

The maximum number of workers specified in the fleet.

Link copied to clipboard
val minWorkerCount: Int? = null

The minimum number of workers in the fleet.

Link copied to clipboard
val roleArn: String? = null

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

Link copied to clipboard
val status: FleetStatus? = null

The status of the fleet.

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

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

Link copied to clipboard
val workerCount: Int? = null

The number of workers in the fleet summary.