Returns a list of task definition families that are registered to your account. This list includes task definition families that no longer have any ACTIVE task definition revisions.
You can filter out task definition families that don't contain any ACTIVE task definition revisions by setting the status parameter to ACTIVE. You can also filter the results with the familyPrefix parameter.
post/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.ListTaskDefinitionFamilies
Query parameters
maxResultsstring
Pagination limit
nextTokenstring
Pagination token
Headers
X-Amz-Target'AmazonEC2ContainerServiceV20141113.ListTaskDefinitionFamilies' required
Request body
Response
Success
Example response
{
"families": [
"hpcc",
"hpcc-c4-8xlarge"
]
}