ElasticLoadBalancingv2.Waiter.
LoadBalancerAvailable
¶waiter = client.get_waiter('load_balancer_available')
wait
(**kwargs)¶Polls ElasticLoadBalancingv2.Client.describe_load_balancers()
every 15 seconds until a successful state is reached. An error is returned after 40 failed checks.
See also: AWS API Documentation
Request Syntax
waiter.wait(
LoadBalancerArns=[
'string',
],
Names=[
'string',
],
Marker='string',
PageSize=123,
WaiterConfig={
'Delay': 123,
'MaxAttempts': 123
}
)
The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
The names of the load balancers.
A dictionary that provides parameters to control waiting behavior.
The amount of time in seconds to wait between attempts. Default: 15
The maximum number of attempts to be made. Default: 40
None