ecs_update_service_primary_task_set: Modifies which task set in a service is the primary task set

View source: R/ecs_operations.R

ecs_update_service_primary_task_setR Documentation

Modifies which task set in a service is the primary task set

Description

Modifies which task set in a service is the primary task set. Any parameters that are updated on the primary task set in a service will transition to the service. This is used when a service uses the EXTERNAL deployment controller type. For more information, see Amazon ECS Deployment Types in the Amazon Elastic Container Service Developer Guide.

See https://www.paws-r-sdk.com/docs/ecs_update_service_primary_task_set/ for full documentation.

Usage

ecs_update_service_primary_task_set(cluster, service, primaryTaskSet)

Arguments

cluster

[required] The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.

service

[required] The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.

primaryTaskSet

[required] The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.