Builder
Properties
The capacity provider strategy that are associated with the task set.
The Amazon Resource Name (ARN) of the cluster that the service that hosts the task set exists in.
The computed desired count for the task set. This is calculated by multiplying the service's desiredCount
by the task set's scale
percentage. The result is always rounded up. For example, if the computed desired count is 1.2, it rounds up to 2 tasks.
The external ID associated with the task set.
The launch type the tasks in the task set are using. For more information, see Amazon ECS launch types in the Amazon Elastic Container Service Developer Guide.
Details on a load balancer that are used with a task set.
The network configuration for the task set.
The number of tasks in the task set that are in the PENDING
status during a deployment. A task in the PENDING
state is preparing to enter the RUNNING
state. A task set enters the PENDING
status when it launches for the first time or when it's restarted after being in the STOPPED
state.
The operating system that your tasks in the set are running on. A platform family is specified only for tasks that use the Fargate launch type.
The Fargate platform version where the tasks in the task set are running. A platform version is only specified for tasks run on Fargate. For more information, see Fargate platform versions in the Amazon Elastic Container Service Developer Guide.
The number of tasks in the task set that are in the RUNNING
status during a deployment. A task in the RUNNING
state is running and ready for use.
The Amazon Resource Name (ARN) of the service the task set exists in.
The details for the service discovery registries to assign to this task set. For more information, see Service discovery.
The stability status. This indicates whether the task set has reached a steady state. If the following conditions are met, the task set are in STEADY_STATE
:
The Unix timestamp for the time when the task set stability status was retrieved.
The task definition that the task set is using.
The Amazon Resource Name (ARN) of the task set.
Functions
construct an aws.sdk.kotlin.services.ecs.model.NetworkConfiguration inside the given block
construct an aws.sdk.kotlin.services.ecs.model.Scale inside the given block