C# Class Amazon.ECS.Model.StartTaskRequest

Container for the parameters to the StartTask operation. Starts a new task from the specified task definition on the specified container instance or instances. To use the default Amazon ECS scheduler to place your task, use RunTask instead.

The list of container instances to start tasks on is limited to 10.

Inheritance: AmazonECSRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetCluster ( ) : bool
IsSetContainerInstances ( ) : bool
IsSetOverrides ( ) : bool
IsSetStartedBy ( ) : bool
IsSetTaskDefinition ( ) : bool