:doc:`CodeGuruReviewer <../../codeguru-reviewer>` / Waiter / RepositoryAssociationSucceeded

******************************
RepositoryAssociationSucceeded
******************************



.. py:class:: CodeGuruReviewer.Waiter.RepositoryAssociationSucceeded

  ::

    
    waiter = client.get_waiter('repository_association_succeeded')

  
  

  .. py:method:: wait(**kwargs)

    Polls :py:meth:`CodeGuruReviewer.Client.describe_repository_association` every 10 seconds until a successful state is reached. An error is raised after 30 failed checks.

    See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/DescribeRepositoryAssociation>`_    


    **Request Syntax**
    ::

      waiter.wait(
          AssociationArn='string',
          WaiterConfig={
              'Delay': 123,
              'MaxAttempts': 123
          }
      )
      
    :type AssociationArn: string
    :param AssociationArn: **[REQUIRED]** 

      The Amazon Resource Name (ARN) of the `RepositoryAssociation <https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html>`__ object. You can retrieve this ARN by calling `ListRepositoryAssociations <https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_ListRepositoryAssociations.html>`__.

      

    
    :type WaiterConfig: dict
    :param WaiterConfig: 

      A dictionary that provides parameters to control waiting behavior.

      

    
      - **Delay** *(integer) --* 

        The amount of time in seconds to wait between attempts. Default: 10

        

      
      - **MaxAttempts** *(integer) --* 

        The maximum number of attempts to be made. Default: 30

        

      
    
    
    :returns: None