GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::CodeDeploy::ECSTaskSet(3) User Contributed Perl Documentation Paws::CodeDeploy::ECSTaskSet(3)

Paws::CodeDeploy::ECSTaskSet

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::CodeDeploy::ECSTaskSet object:

  $service_obj->Method(Att1 => { DesiredCount => $value, ..., TrafficWeight => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::CodeDeploy::ECSTaskSet object:

  $result = $service_obj->Method(...);
  $result->Att1->DesiredCount

Information about a set of Amazon ECS tasks in an AWS CodeDeploy deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic. An AWS CodeDeploy application that uses the Amazon ECS compute platform deploys a containerized application in an Amazon ECS service as a task set.

The number of tasks in a task set. During a deployment that uses the Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a new task set and uses this value to determine how many tasks to create. After the updated task set is created, CodeDeploy shifts traffic to the new task set.

A unique ID of an "ECSTaskSet".

The number of tasks in the task set that are in the "PENDING" status during an Amazon ECS 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 is restarted after being in the "STOPPED" state.

The number of tasks in the task set that are in the "RUNNING" status during an Amazon ECS deployment. A task in the "RUNNING" state is running and ready for use.

The status of the task set. There are three valid task set statuses:

  • "PRIMARY": Indicates the task set is serving production traffic.
  • "ACTIVE": Indicates the task set is not serving production traffic.
  • "DRAINING": Indicates the tasks in the task set are being stopped and their corresponding targets are being deregistered from their target group.

The target group associated with the task set. The target group is used by AWS CodeDeploy to manage traffic to a task set.

A label that identifies whether the ECS task set is an original target ("BLUE") or a replacement target ("GREEN").

The percentage of traffic served by this task set.

This class forms part of Paws, describing an object used in Paws::CodeDeploy

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.