amazonka-ecs-1.0.0: Amazon EC2 Container Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.DescribeTaskDefinition

Contents

Description

Describes a task definition. You can specify a family and revision to find information on 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.

See: AWS API Reference for DescribeTaskDefinition.

Synopsis

Creating a Request

describeTaskDefinition Source

Creates a value of DescribeTaskDefinition with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dtdTaskDefinition :: Lens' DescribeTaskDefinition Text Source

The family for the latest ACTIVE revision, family and revision ('family:revision') for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition that you want to describe.

Destructuring the Response

describeTaskDefinitionResponse Source

Creates a value of DescribeTaskDefinitionResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses