ECS / Waiter / DaemonDeploymentSuccessful
DaemonDeploymentSuccessful¶
- class ECS.Waiter.DaemonDeploymentSuccessful¶
waiter = client.get_waiter('daemon_deployment_successful')
- wait(**kwargs)¶
Polls
ECS.Client.describe_daemon_deployments()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( daemonDeploymentArns=[ 'string', ], WaiterConfig={ 'Delay': 123, 'MaxAttempts': 123 } )
- Parameters:
daemonDeploymentArns (list) –
[REQUIRED]
The ARN of the daemon deployments to describe. You can specify up to 20 ARNs.
(string) –
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