Get Fleet Result
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)
Properties
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
The status of the fleet.
Link copied to clipboard
The number of workers in the fleet summary.