ECS / Waiter / DaemonActive
DaemonActiveÂķ
- class ECS.Waiter.DaemonActiveÂķ
waiter = client.get_waiter('daemon_active')
- wait(**kwargs)Âķ
Polls
ECS.Client.describe_daemon()every 15 seconds until a successful state is reached. An error is raised after 8 failed checks.See also: AWS API Documentation
Request Syntax
waiter.wait( daemonArn='string', WaiterConfig={ 'Delay': 123, 'MaxAttempts': 123 } )
- Parameters:
daemonArn (string) â
[REQUIRED]
The Amazon Resource Name (ARN) of the daemon to describe.
WaiterConfig (dict) â
A dictionary that provides parameters to control waiting behavior.
Delay (integer) â
The amount of time in seconds to wait between attempts. Default: 15
MaxAttempts (integer) â
The maximum number of attempts to be made. Default: 8
- Returns:
None