ECS.Waiter.
TasksStopped
¶waiter = client.get_waiter('tasks_stopped')
wait
(**kwargs)¶Polls ECS.Client.describe_tasks()
every 6 seconds until a successful state is reached. An error is returned after 100 failed checks.
See also: AWS API Documentation
Request Syntax
waiter.wait(
cluster='string',
tasks=[
'string',
],
include=[
'TAGS',
],
WaiterConfig={
'Delay': 123,
'MaxAttempts': 123
}
)
[REQUIRED]
A list of up to 100 task IDs or full ARN entries.
Specifies whether you want to see the resource tags for the task. If TAGS
is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.
A dictionary that provides parameters to control waiting behavior.
The amount of time in seconds to wait between attempts. Default: 6
The maximum number of attempts to be made. Default: 100
None