GetFleetResult

data class GetFleetResult(val arn: String, val baseCapacity: Int, val computeConfigurations: List<GetFleetComputeConfiguration>, val computeType: String, val created: String, val environmentType: String, val fleetServiceRole: String, val id: String, val imageId: String, val lastModified: String, val name: String, val overflowBehavior: String, val scalingConfigurations: List<GetFleetScalingConfiguration>, val statuses: List<GetFleetStatus>, val tags: Map<String, String>, val vpcConfigs: List<GetFleetVpcConfig>)

A collection of values returned by getFleet.

Constructors

Link copied to clipboard
constructor(arn: String, baseCapacity: Int, computeConfigurations: List<GetFleetComputeConfiguration>, computeType: String, created: String, environmentType: String, fleetServiceRole: String, id: String, imageId: String, lastModified: String, name: String, overflowBehavior: String, scalingConfigurations: List<GetFleetScalingConfiguration>, statuses: List<GetFleetStatus>, tags: Map<String, String>, vpcConfigs: List<GetFleetVpcConfig>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Fleet.

Link copied to clipboard

Number of machines allocated to the fleet.

Link copied to clipboard

Compute configuration of the compute fleet.

Link copied to clipboard

Compute resources the compute fleet uses.

Link copied to clipboard

Creation time of the fleet.

Link copied to clipboard

Environment type of the compute fleet.

Link copied to clipboard

The service role associated with the compute fleet.

Link copied to clipboard
val id: String

ARN of the Fleet.

Link copied to clipboard

The Amazon Machine Image (AMI) of the compute fleet.

Link copied to clipboard

Last modification time of the fleet.

Link copied to clipboard
Link copied to clipboard

Overflow behavior for compute fleet.

Link copied to clipboard

Nested attribute containing information about the scaling configuration.

Link copied to clipboard

Nested attribute containing information about the current status of the fleet.

Link copied to clipboard

Mapping of Key-Value tags for the resource.

Link copied to clipboard

Nested attribute containing information about the VPC configuration.