AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.DeploymentConfiguration

Namespace: Amazon.ECS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DeploymentConfiguration : Object

The DeploymentConfiguration type exposes the following members

Constructors

NameDescription
Public Method DeploymentConfiguration()

Properties

NameTypeDescription
Public Property MaximumPercent System.Int32 Gets and sets the property MaximumPercent.

The upper limit (as a percentage of the service's desiredCount) of the number of running tasks that can be running in a service during a deployment. The maximum number of tasks during a deployment is the desiredCount multiplied by the maximumPercent/100, rounded down to the nearest integer value.

Public Property MinimumHealthyPercent System.Int32 Gets and sets the property MinimumHealthyPercent.

The lower limit (as a percentage of the service's desiredCount) of the number of running tasks that must remain running and healthy in a service during a deployment. The minimum healthy tasks during a deployment is the desiredCount multiplied by the minimumHealthyPercent/100, rounded up to the nearest integer value.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8