:doc:`GameLiftStreams <../../gameliftstreams>` / Waiter / StreamGroupActive

*****************
StreamGroupActive
*****************



.. py:class:: GameLiftStreams.Waiter.StreamGroupActive

  ::

    
    waiter = client.get_waiter('stream_group_active')

  
  

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

    Polls :py:meth:`GameLiftStreams.Client.get_stream_group` every 30 seconds until a successful state is reached. An error is raised after 120 failed checks.

    See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/GetStreamGroup>`_    


    **Request Syntax**
    ::

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

      An `Amazon Resource Name (ARN) <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html>`__ or ID that uniquely identifies the stream group resource. Example ARN: ``arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4``. Example ID: ``sg-1AB2C3De4``.

      

    
    :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: 30

        

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

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

        

      
    
    
    :returns: None