Returns a list of task definitions that are registered to your account. You can filter the results by family name with the <code>familyPrefix</code> parameter or by status with the <code>status</code> parameter.
post/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.ListTaskDefinitions
Query parameters
maxResultsstring
Pagination limit
nextTokenstring
Pagination token
Headers
X-Amz-Target'AmazonEC2ContainerServiceV20141113.ListTaskDefinitions' required
Request body
Response
Success
Example response
{
"taskDefinitionArns": [
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:3",
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:4",
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:5",
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:6"
]
}