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
 
Describes a task definition. You can specify a family and revision to find information about a specific task definition, or you can simply specify the family to find the latest ACTIVE revision in that family.

You can only describe INACTIVE task definitions while an active task or service references them.

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

Syntax

C#
public virtual DescribeTaskDefinitionResponse DescribeTaskDefinition(
         DescribeTaskDefinitionRequest request
)

Parameters

request
Type: Amazon.ECS.Model.DescribeTaskDefinitionRequest

Container for the necessary parameters to execute the DescribeTaskDefinition service method.

Return Value
Type: Amazon.ECS.Model.DescribeTaskDefinitionResponse
The response from the DescribeTaskDefinition service method, as returned by ECS.

Exceptions

ExceptionCondition
ClientException These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn't have permission to use the action or resource, or specifying an identifier that is not valid.
InvalidParameterException The specified parameter is invalid. Review the available parameters for the API request.
ServerException These errors are usually caused by a server issue.

Version Information

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