OpsWorksCM / Waiter / NodeAssociated

NodeAssociated#

class OpsWorksCM.Waiter.NodeAssociated#
waiter = client.get_waiter('node_associated')
wait(**kwargs)#

Polls OpsWorksCM.Client.describe_node_association_status() every 15 seconds until a successful state is reached. An error is returned after 15 failed checks.

See also: AWS API Documentation

Request Syntax

waiter.wait(
    NodeAssociationStatusToken='string',
    ServerName='string',
    WaiterConfig={
        'Delay': 123,
        'MaxAttempts': 123
    }
)
Parameters:
  • NodeAssociationStatusToken (string) –

    [REQUIRED]

    The token returned in either the AssociateNodeResponse or the DisassociateNodeResponse.

  • ServerName (string) –

    [REQUIRED]

    The name of the server from which to disassociate the node.

  • 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: 15

Returns:

None