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::ECS::Deployment(3) User Contributed Perl Documentation Paws::ECS::Deployment(3)

Paws::ECS::Deployment

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::ECS::Deployment object:

  $service_obj->Method(Att1 => { CapacityProviderStrategy => $value, ..., UpdatedAt => $value  });

Results returned from an API call

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

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

The details of an Amazon ECS service deployment. This is used only when a service uses the "ECS" deployment controller type.

The capacity provider strategy that the deployment is using.

The Unix timestamp for when the service deployment was created.

The most recent desired count of tasks that was specified for the service to deploy or maintain.

The number of consecutively failed tasks in the deployment. A task is considered a failure if the service scheduler can't launch the task, the task doesn't transition to a "RUNNING" state, or if it fails any of its defined health checks and is stopped.

Once a service deployment has one or more successfully running tasks, the failed task count resets to zero and stops being evaluated.

The ID of the deployment.

The launch type the tasks in the service are using. For more information, see Amazon ECS Launch Types (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the Amazon Elastic Container Service Developer Guide.

The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the "awsvpc" networking mode.

The number of tasks in the deployment that are in the "PENDING" status.

The platform version on which your tasks in the service are running. A platform version is only specified for tasks using the Fargate launch type. If one is not specified, the "LATEST" platform version is used by default. For more information, see AWS Fargate Platform Versions (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html) in the Amazon Elastic Container Service Developer Guide.

The "rolloutState" of a service is only returned for services that use the rolling update ("ECS") deployment type that are not behind a Classic Load Balancer.

The rollout state of the deployment. When a service deployment is started, it begins in an "IN_PROGRESS" state. When the service reaches a steady state, the deployment will transition to a "COMPLETED" state. If the service fails to reach a steady state and circuit breaker is enabled, the deployment will transition to a "FAILED" state. A deployment in "FAILED" state will launch no new tasks. For more information, see DeploymentCircuitBreaker.

A description of the rollout state of a deployment.

The number of tasks in the deployment that are in the "RUNNING" status.

The status of the deployment. The following describes each state:

The most recent deployment of a service.
A service deployment that still has running tasks, but are in the process of being replaced with a new "PRIMARY" deployment.
A deployment that has been completely replaced.

The most recent task definition that was specified for the tasks in the service to use.

The Unix timestamp for when the service deployment was last updated.

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

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.