LoadBalancersDeleted

class ElasticLoadBalancingv2.Waiter.LoadBalancersDeleted
waiter = client.get_waiter('load_balancers_deleted')
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
    }
)
Parameters
  • LoadBalancerArns (list) --

    The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.

    • (string) --
  • Names (list) --

    The names of the load balancers.

    • (string) --
  • Marker (string) -- The marker for the next set of results. (You received this marker from a previous call.)
  • PageSize (integer) -- The maximum number of results to return with this call.
  • 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: 40

Returns

None